UNPKG

jsfakeit

Version:

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

7 lines (6 loc) 315 B
export declare const lowerChars: () => string[]; export declare const upperChars: () => string[]; export declare const numChars: () => string[]; export declare const specialChars: () => string[]; export declare const randCharacter: () => string; export declare const randomString: (a: string | string[]) => string;