Skip to main content Link Search Menu Expand Document (external link)

Pretty overview

Added in v1.0.0


Table of contents


hooks

PrettyHookId

Signature

export declare const PrettyHookId: typeof PrettyHookId

Added in v1.0.0

PrettyHookId (type alias)

Signature

export type PrettyHookId = typeof PrettyHookId

Added in v1.0.0

model

Pretty (interface)

Signature

export interface Pretty<To> {
  (a: To): string
}

Added in v1.0.0

prettify

from

Signature

export declare const from: <I, A>(schema: Schema.Schema<I, A>) => (i: I) => string

Added in v1.0.0

to

Signature

export declare const to: <I, A>(schema: Schema.Schema<I, A>) => (a: A) => string

Added in v1.0.0

utils

match

Signature

export declare const match: AST.Match<Pretty<any>>

Added in v1.0.0