npm.io
2.0.4 • Published 5 years ago

@mcbe/dummy-console

Licence
ISC
Version
2.0.4
Deps
0
Size
2 kB
Vulns
0
Weekly
0
Stars
4

About this

console.log / console.error dummy
To use console without real implementation

It will not install over other console

Example


import '@mcbe/dummy-console';

console.log('this will not show, just no runtime error');
console.log('this will not show, just no runtime error');
console.error('this will not show, just no runtime error');