random-id-util

1.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i random-id-util

Weekly Downloads

3

Version

1.0.0

License

MIT

Unpacked Size

2.3 kB

Total Files

5

Last publish

Collaborators

  • appengin
  • chazeprasad