0.1.4 • Published 6 years ago

random-unique-keys v0.1.4

Weekly downloads
14
License
MIT
Repository
github
Last release
6 years ago

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)
0.1.4

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago