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

    Interface FormatSpecBase

    Base shape shared by every formatter specification.

    interface FormatSpecBase {
        kind: string;
        locale?: string;
    }
    Index
    kind: string

    Literal discriminator used to select a registered codec.

    locale?: string

    BCP 47 locale overriding the formatter's default for this operation.