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

    Interface IntlFormatMetadata

    Requested and effective options for the Intl service backing a specification.

    interface IntlFormatMetadata {
        requestedOptions: Readonly<Record<string, unknown>>;
        resolvedOptions: Readonly<Record<string, unknown>>;
        service: "NumberFormat" | "DurationFormat";
    }
    Index
    requestedOptions: Readonly<Record<string, unknown>>

    Defined options passed to the Intl constructor.

    resolvedOptions: Readonly<Record<string, unknown>>

    Defaults and normalized values returned by resolvedOptions().

    service: "NumberFormat" | "DurationFormat"

    Intl constructor used for the presentation.