Skip to content

Instantly share code, notes, and snippets.

@psema4
Forked from 19h/reset.js
Created June 21, 2019 17:46
Show Gist options
  • Save psema4/f011da1dcfef2c84f639a7462a07c5c4 to your computer and use it in GitHub Desktop.
Save psema4/f011da1dcfef2c84f639a7462a07c5c4 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