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

    Interface FormatValueMetadata<Rounded>

    Exact value and scale recoverable from a formatted presentation.

    interface FormatValueMetadata<Rounded = unknown> {
        roundedValue?: Rounded;
        scale?: FormatScale;
    }

    Type Parameters

    • Rounded = unknown

    Hierarchy (View Summary)

    Index
    roundedValue?: Rounded

    Recoverable domain value. Built-ins use canonical strings; custom codecs may supply other types.

    scale?: FormatScale

    Compact or byte magnitude selected for the presentation.