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

    Interface FormatContext

    Immutable formatter state supplied to codec operations.

    interface FormatContext {
        data: Readonly<Record<string, unknown>>;
        locale: string;
    }
    Index
    data: Readonly<Record<string, unknown>>

    Frozen, shallow copy of the application data supplied when the formatter was created.

    locale: string

    Canonicalized default BCP 47 locale.