Created
September 28, 2017 10:16
-
-
Save rsxdalv/012ffa399f3c66ce71b065ea4fe9f810 to your computer and use it in GitHub Desktop.
Clear output colors (which npm scripts screw up o-so-often)
This file contains 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
export const clearColor = () => console.log("\x1b[0m"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment