UNPKG

compile-run

Version:

You can execute programs in different languages using this package

8 lines (7 loc) 210 B
/** * Return a random name of file with extension * * eg - .js --> source-<somerandomstring>-<timestamp>.js * @param ext Extension of the file */ export declare function getFileName(ext?: string): string;