Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

the-unique-string

harishmahajan7MIT0.0.3

The Unique string will be generate.

unique string, random string, unique word, random word

readme

unique-random-string

Install

npm install the-unique-string

Usage

var uniStr = require("the-unique-string");

console.log(uniStr(10)); // you can take any number of string, here 10 number of string will be genrate
console.log(uniStr(5)); // here 5 number of string will be genrate