Skip to content

chazeprasad/random-id-util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

random-id-util

A simple random id generator.

Usage

First, install the package using npm:

npm install random-id-util --save

Then, require the package and use it like so:

var randomId = require('random-id-util');

var id = randomId(8);
console.log(id);

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published