@sai-bhargav/unique-key

1.0.1 • Public • Published

Unique-key

Generates a unique key of given length

Install

$ npm install --save unique-key

Usage

var uniqueKey = require('unique-key');
import uniqueKey from uniqueKey;

function testArguments(len) {
  return uniqueKey(len);
}

Contributing

Pull requests and stars are highly welcome.

Readme

Keywords

none

Package Sidebar

Install

npm i @sai-bhargav/unique-key

Weekly Downloads

8

Version

1.0.1

License

ISC

Unpacked Size

1.15 kB

Total Files

4

Last publish

Collaborators

  • sai-bhargav