2.0.4 • Published 3 years ago

@mcbe/dummy-console v2.0.4

Weekly downloads
82
License
ISC
Repository
github
Last release
3 years ago

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');