string-generator-lib
v1.0.8
Published
This is a auto generated string package for password or other usage.
Downloads
25
Maintainers
Readme
string-generator-lib
It is a tiny npm package for creating random string autometically in React & Angular.
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]