VecHK / find-console

查找你的 console 方法

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

find-console

查找你的 console 方法

安装

npm install find-console

如何食用?

require('find-console');

console.log('log', 'hei,log')
console.info('info')
console.warn('warn')
console.error('error', '你好,朋友', new Error('test'))

效果

example

License

MIT

About

查找你的 console 方法

License:MIT License


Languages

Language:JavaScript 100.0%