0.1.4 • Published 4 years ago

random-unique-keys v0.1.4

Weekly downloads
14
License
MIT
Repository
github
Last release
4 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

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago