1.0.1 • Published 2 years ago

@illuminatusrex/idgenerator2 v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

{ "name": "@illuminatusrex/idgenerator2", "version": "1.0.1", "main": "index.js", "license": "MIT" }

The randomID function can be useful for generating unique identifiers, such as for generating temporary session IDs, unique filenames, or any other scenario where you need random and unique identifiers of a specific length. Example:

const randomID = require('@illuminatusrex/idgenerator2'); // import package

console.log(randomID(10)); // generate random characters string and print it in console

1.0.1

2 years ago

2.0.0

2 years ago

1.0.0

2 years ago