@arcmantle/library
    Preparing search index...

    Variable alphabetIdConst

    alphabetId: (size?: number) => string = ...

    Generate unique ID using the case sensitive english alphabet a-z, A-Z.

    By default, the ID will have 21 symbols to have a collision probability similar to UUID v4.

    Type declaration

      • (size?: number): string
      • Parameters

        • Optionalsize: number

        Returns string