UNPKG

313 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.clearConsole = void 0;
4function clearConsole() {
5 process.stdout.write(process.platform === 'win32' ? '\x1B[2J\x1B[0f' : '\x1B[2J\x1B[3J\x1B[H');
6}
7exports.clearConsole = clearConsole;
8//# sourceMappingURL=clearConsole.js.map
\No newline at end of file