fraci
    Preparing search index...

    Type Alias FractionalIndex<B, X>

    FractionalIndex: (B extends AnyBinaryFractionalIndexBase ? Uint8Array : string) & {
        __fraci__: { base: B; brand: X };
    }

    A branded string type representing a fractional index.

    WARNING: DO NOT cast untrusted values to FractionalIndex, or your service may encounter runtime exceptions.

    Type Parameters

    • B extends FractionalIndexBase

      The type of the base characters

    • X

      The brand type for the fractional index

    Type declaration

    • Readonly Internal__fraci__: { base: B; brand: X }

      Branding information for the fractional index. Does not exist at runtime.