@neutrium/formatter - v1.0.1
    Preparing search index...

    Interface CreateParserOptions<Codecs>

    Options for parse!createParser.

    interface CreateParserOptions<
        Codecs extends readonly AnyParseCodec[] = readonly [],
    > {
        codecs?: Codecs;
        context?: Readonly<Record<string, unknown>>;
        locale?: string;
    }

    Type Parameters

    • Codecs extends readonly AnyParseCodec[] = readonly []

    Hierarchy (View Summary)

    Index
    codecs?: Codecs

    Additional factory codecs, or the complete codec tuple for an explicit registry.

    context?: Readonly<Record<string, unknown>>

    Shallow-copied application data supplied to codec operations and resolution hooks.

    locale?: string

    Default BCP 47 locale for operations that omit locale. Defaults to en-US.