@stephen-shopopop/tbx
    Preparing search index...

    Variable textConst

    text: {
        randomBase32: (length?: number) => string;
        randomChars: (length?: number) => string;
    } = ...

    Generates a random string of characters from the base32 alphabet. This function generates a random string of characters from the base32 alphabet.

    Type declaration

    • randomBase32: (length?: number) => string
    • randomChars: (length?: number) => string