@mcbe/dummy-console
v2.0.4
Published
console.log / console.error dummy To use console without real implementation
Downloads
36
Readme
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');