1.0.4 • Published 2 years ago

logmax v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

*The first parameter is the identity of the print, followed by the data to be printed

第一个参数为打印的标识,其它参数为打印的数据,可以有多个需要使用console.log打印的参数 省的每次使用console.log都打一遍,直接调用c(id,参数1,参数2,参数3...) ==Installing==

npm install logmax

==Usage==

const c = import("logmax")
c("1","丛继永")
let i=1;
c("i的值",i)

npm.io

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago