cumagini
v1.0.4
Published
Random Password Generator
Readme
What is this
Random Password Generator
Installation
Run npm i cumagini
Use
import rpg from "cumagini";
console.log(rpg(20));Parameters
The Random Password Generator accepts one parameter, passLength.
Note
This is just for learning purposes.
