UNPKG

test-file-generator

Version:

Generates different file types for testing purposes. The content of the files is generated with a random function.

3 lines (2 loc) 113 B
export declare function getRandomID(): string; export declare function getRandomInt(min: any, max: any): number;