Package: effect
Module: SchemaIssue
A function type that converts an Issue into a formatted
representation. Specialisation of the generic Formatter from
Formatter.ts with Value fixed to Issue.
See
makeFormatterDefault — creates a Formatter<string>makeFormatterStandardSchemaV1 — creates a Formatter<StandardSchemaV1.FailureResult>Signature
export interface Formatter<out Format> extends FormatterI<Issue, Format> {}
Since v4.0.0