UNPKG

create-kvell-app

Version:

Command line tool to setup Node.js applications

6 lines (5 loc) 145 B
export const clearConsole = () => { process.stdout.write( process.platform === "win32" ? "\x1B[2J\x1B[0f" : "\x1B[2J\x1B[3J\x1B[H" ); };