-
-
Save huruji/7765cfed9a1ab8b16c73add18ef2ec4b to your computer and use it in GitHub Desktop.
Node.js — Clear Terminal / Console. Reset to initial state.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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