randomString
Stentor API Reference / stentor-utils/src / randomString
Function: randomString()
randomString(
size):string
Defined in: packages/stentor-utils/src/string/randomString.ts:8
Generates a random string of characters both upper and lowercase with numbers.
Parameters​
size​
number
Length of the string. Can not be null.
Returns​
string