UNPKG

ink-tab

Version:
6 lines (4 loc) 181 B
// taken from https://github.com/tawseefnabi/console-clear/blob/master/index.js process.stdout.write( process.platform === 'win32' ? '\x1B[2J\x1B[0f' : '\x1B[2J\x1B[3J\x1B[H' );