Skip to content

iaman0004/random-unique-keys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published