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

    Type Alias RangeImplementation

    RangeImplementation:
        | "native"
        | "conditional"
        | "fallback"
        | "custom"
        | "unsupported"

    Range strategy selected for a resolved specification.

    conditional means native Intl ranges are normally used, but particular values or presentation overrides may require the wrapper fallback.