1.0.8 • Published 1 year ago

string-generator-lib v1.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

string-generator-lib

It is a tiny npm package for creating random string autometically in React & Angular.

NPM

just put with length of your password,string this package will generate autometically.

📦 Installation

npm i string-generator-lib

Author

Ahin Subhra Das

Declaration

Require string-generator-lib in the top of your file

import genAutoString from 'string-generator-lib';

Usage

  const otp = genAutoString(8); [Example: I need 8 digit string or password, so I put 8]