Skip to content

Instantly share code, notes, and snippets.

@amfine-soft-swen
Forked from 19h/reset.js
Created August 22, 2017 13:30
Show Gist options
  • Select an option

  • Save amfine-soft-swen/7ea48dc4816df74c81d8806a207ba4e7 to your computer and use it in GitHub Desktop.

Select an option

Save amfine-soft-swen/7ea48dc4816df74c81d8806a207ba4e7 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