Generate a random alphanumeric string with the specified length
import { generateRandomString } from 'nsuite'console.log(generateRandomString(16)) Copy
import { generateRandomString } from 'nsuite'console.log(generateRandomString(16))
Generate a random alphanumeric string with the specified length