fraci
    Preparing search index...

    Type Alias FractionalIndexOf<F>

    FractionalIndexOf: F extends Fraci<infer B, infer X>
        ? FractionalIndex<B, X>
        : never

    Extracts the fractional index type from a Fraci type. This utility type infers the digit base, length base, and brand from a Fraci type and constructs the corresponding fractional index type.

    Type Parameters

    • F extends AnyFraci

      The Fraci type to extract from