UNPKG

jsfakeit

Version:

![alt text](https://raw.githubusercontent.com/Anirban20001962/jsfakeit/main/logo.png)

6 lines (5 loc) 284 B
/** Generate random username*/ export declare const userName: () => string; /**Generate random password Minimum length of 5 if num < 5 */ export declare const password: (num?: number, lower?: boolean, upper?: boolean, numeric?: boolean, special?: boolean, space?: boolean) => string;