Function randomString

  • This function takes a length and returns a random string of that length.

    Parameters

    • length: number

      The length of the string to return

    Returns string

    • A random string of the specified length

Generated using TypeDoc