1.0.2 • Published 4 months ago

password-creator-by-saif v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
4 months ago

Password creator

its self explanatory......

Installation

npm i password-creator-by-saif

Usage

//import password-creator-by-saif:
const passwordCreator=require("./password-creator-by-saif");

// create a 10 char password
console.log(passwordCreator.createPassword());

// create a 20 char password
console.log(passwordCreator.createPassword(20));

// create a 5 char password
console.log(passwordCreator.createPassword(5));

if u use this u gay 🤷‍♂️

1.0.2

4 months ago

1.0.1

4 months ago

1.0.0

4 months ago