random-unique-keys

0.1.4 • Public • Published

random-unique-keys

  • Output the uique random key each time with defined length by manuplating salt value

Installation

npm install random-unique-keys --save

OR

yarn add random-unique-keys

Usage

const { generateKey } require( ' random-unique-keys ' );
  • Using ES6 Syntax
import { generateKey } from 'random-unique-keys';

        generateKey(salt : any, length : integer)

Readme

Keywords

Package Sidebar

Install

npm i random-unique-keys

Weekly Downloads

1

Version

0.1.4

License

MIT

Unpacked Size

3.13 kB

Total Files

5

Last publish

Collaborators

  • iaman0004