Skip to content

Instantly share code, notes, and snippets.

@SanariSan
Forked from 19h/reset.js
Created March 3, 2022 19:43
Show Gist options
  • Save SanariSan/b5ff26560941cfbdff8fe90aca519fec to your computer and use it in GitHub Desktop.
Save SanariSan/b5ff26560941cfbdff8fe90aca519fec to your computer and use it in GitHub Desktop.
Node.js — Clear Terminal / Console. Reset to initial state.
console.reset = function () {
return process.stdout.write('\033c');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment