Skip to content

Instantly share code, notes, and snippets.

@technowar
Forked from 19h/reset.js
Last active August 29, 2015 14:16
Show Gist options
  • Save technowar/4cda4642bbf3579bd44e to your computer and use it in GitHub Desktop.
Save technowar/4cda4642bbf3579bd44e to your computer and use it in GitHub Desktop.
console.reset = function () {
return process.stdout.write('\u001B[2J\u001B[0;0f');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment