1.0.1 • Published 11 months ago

@illuminatusrex/idgenerator2 v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months 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

11 months ago

2.0.0

11 months ago

1.0.0

11 months ago