UNPKG

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