jsfakeit
Version:

7 lines (6 loc) • 315 B
TypeScript
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;