genrandomid
v1.0.3
Published
generate random string of desired length based on timestamp
Downloads
1
Maintainers
Readme
To use this package
- Install the package using
npm i genrandomid
- Then import using
const generate = require('genrandomid')
- Then generate unique string using
const randomId = generate(7)