utility.makeSign()

Generates a random string of [a-zA-Z0-9] that's length in characters

Usage exemple :

const value = utility.makeSign()

Last updated