Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RandomStringOptions

Hierarchy

  • RandomStringOptions

Properties

allowedCharRegex

allowedCharRegex: RegExp

Allowed chars that will be included in generated string.
Default is all characters.

length

length: number

Length of the generated string.
Default is 10.