qingwa
v1.0.7
Published
Let node debug information display line number
Downloads
39
Maintainers
Readme
🐸 qingwa(Frog)
The name qīng wā is derived from the Chinese pinyin of frog.
Let node debug information display line number.
Use
# install
npm install qingwa --save
// Introduced and run
require('qingwa')();
// Use
console.log('Hello');
console.time('Test');
console.timeEnd('Test');
console.table({key:'val'});
...
Compatible
- Terminal
- Browser
License
MIT