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

    Type Alias CompiledFormat<Codecs, Spec>

    CompiledFormat: CompiledFormatter<
        FormatValue<Codecs, Spec>,
        Spec,
        RoundedValue<Codecs, Spec>,
    > & Operation<
        Selected<Codecs, Spec>["range"],
        Pick<
            RangeCompiledFormatter<
                FormatValue<Codecs, Spec>,
                Spec,
                RoundedValue<Codecs, Spec>,
            >,
            "formatRange" | "formatRangeToParts",
        >,
    >

    Compiled formatter type inferred from the selected presentation.

    Range methods are present when their contract capability is true, absent when it is false, and optional when support is known only at runtime.

    Type Parameters