• Generate a new identifier with optional length and from optional abc.

    Parameters

    • length: number = 8

      The lengths of the generated identifier. Defaults to 8.

    • abc: string = defaultAbc

      The set of characters that can occur in the identifier. Defaults so ASCII alphanumeric characters.

    Returns string

Generated using TypeDoc