@m-kw/id-generator
v1.0.1
Published
With this package you get a simple id generator. With only one function you can easily generate id containing capitalized letters, small letters and numbers, all chosen randomly.
Downloads
3
Readme
id-generator
With this package you get a simple id generator. With only one function you can easily generate id containing capitalized letters, small letters and numbers, all chosen randomly.
How to install?
npm i @m-kw/id-generator
yarn add @m-kw/id-generator
How to use?
You simply import randomID in your file and use randomID(val) function. Val is the expected length of your id. And that's all!