• Generate a string of random characters

    Parameters

    • length: number

      Length of the string to generate

    • includeSymbols: boolean

      Set to true to include non-alphanumeric characters, otherwise false.

    Returns string

    Returns the generated random string

Generated using TypeDoc