UNPKG

@beenotung/tslib

Version:
6 lines (5 loc) 167 B
/** * for Node.js * */ export declare function genLogFilename(name?: string, ext?: string): string; export declare function wrapConsoleLog(filename?: string): void;