Package: effect
Module: SchemaIssue
Callback type used to format Leaf issues into strings.
When to use
Use when customizing how makeFormatterStandardSchemaV1 renders
terminal issues.
See
defaultLeafHook — the built-in implementationLeaf — the union of terminal issue typesSignature
type LeafHook = (issue: Leaf) => string
Since v4.0.0