Pretty
Annotations
PrettyAnnotation type
Added in v3.10.0
Source
Signature
type PrettyAnnotation<A, TypeParameters extends ReadonlyArray<any> = readonly []> = (
...pretties: { [K in keyof TypeParameters]: Pretty<TypeParameters[K]> }
) => Pretty<A>;