0.0.7 • Published 8 years ago

console-choker v0.0.7

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

Console choker

A utility for choking the javascript console. Any suppressed output can be printed when restoring the console.

npm install --save console-choker
import consoleChoker from 'console-choker';

consoleChoker.start();

// actions triggering console output

consoleChoker.flush();
0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago