fraci
    Preparing search index...

    Type Alias AnyStringFractionalIndexBase

    type AnyStringFractionalIndexBase = {
        digitBase: string;
        lengthBase: string;
        type: "string";
    }
    Index

    Properties

    digitBase: string

    The character set used for representing digits in the fractional index.

    lengthBase: string

    The character set used for encoding the length of the integer part.

    type: "string"

    The type of the fractional index.