1.0.0 • Published 3 years ago
randomise-id v1.0.0
Randomise ID
randomise-id is a NPM package which generates random IDs for your coding projects.
How to install this package?
npm i randomise-id
Examples
.generate(length)
const id = require("randomise-id");
console.log(id.generate(10)); //returns a random ID with 10 characters
Donate us to Improve
Patreon - Click Here
1.0.0
3 years ago