UNPKG

128 BTypeScriptView Raw
1/**
2 * Clears the console, hopefully in a cross-platform way.
3 */
4declare function clearConsole(): void;
5export = clearConsole;