Skip to content

Instantly share code, notes, and snippets.

@mocon
Forked from 19h/reset.js
Created August 4, 2016 20:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mocon/fe5b6504428c5bf0951b5d0a63a20d21 to your computer and use it in GitHub Desktop.
Save mocon/fe5b6504428c5bf0951b5d0a63a20d21 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