Generate a nonce string.
npm install nonce-str

Generate a nonce str.
``sh`
$ npm i nonce-str
Returns String
`js
import nonce, {CHARS} from 'nonce-str'
nonce(32)
// mq3GTllnJ0tMxLGeV0EoO8ZDIOjQX6td
console.log(CHARS)
// ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789
``
MIT