0.0.7 • Published 10 years ago

console-choker v0.0.7

Weekly downloads
2
License
MIT
Repository
github
Last release
10 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

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago