password_generater
v1.0.1
Published
package for passward generator
Readme
Password generater
Open your terminal and run the following cmd
npm i password_generaterhow to use
len is the length of password that u want const password = generateRandomPassword(len);
