@jswork/next-random-string
v1.0.1
Published
Random string for next.
Downloads
44
Readme
next-random-string
Random string for next.
installation
npm install -S @jswork/next-random-string
usage
import '@jswork/next-random-string';
nx.randomString(8); // c83kkaiq
resources
- https://stackoverflow.com/questions/1349404/generate-random-string-characters-in-javascript
license
Code released under the MIT license.