console-log-auto-tag

1.0.2 • Public • Published

console-log-auto-tag

babel7重写console.log的打印信息

基本使用

npm install console-log-auto-tag --save --dev npm仓库地址 https://www.npmjs.com/package/console-log-auto-tag

变量

let a = 1; console.log(a) // [代码信息 a]

对象

let a = { name: 'auto-tag' } console.log(a.name) // [代码信息 a.name]

Readme

Keywords

Package Sidebar

Install

npm i console-log-auto-tag

Weekly Downloads

2

Version

1.0.2

License

ISC

Unpacked Size

2.87 kB

Total Files

4

Last publish

Collaborators

  • lcx147258369