Directus / @directus/random / randomSequence
Function: randomSequence() ​
randomSequence(
length
,characters
):string
Return string of given length comprised of characters of given character set
Parameters ​
• length: number
Length of the string to generate
• characters: string
Character set to use
Returns ​
string