@feizheng/next-random-string
v1.1.0
Published
Random string for next.
Readme
next-random-string
Random string for next.
installation
npm install -S @feizheng/next-random-stringusage
import '@feizheng/next-random-string';
nx.randomString(8);
// c83kkaiqresources
- https://stackoverflow.com/questions/1349404/generate-random-string-characters-in-javascript
