-
-
Save mocon/fe5b6504428c5bf0951b5d0a63a20d21 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