Skip to content

Instantly share code, notes, and snippets.

@rsxdalv
Created September 28, 2017 10:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rsxdalv/012ffa399f3c66ce71b065ea4fe9f810 to your computer and use it in GitHub Desktop.
Save rsxdalv/012ffa399f3c66ce71b065ea4fe9f810 to your computer and use it in GitHub Desktop.
Clear output colors (which npm scripts screw up o-so-often)
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