UNPKG
js-add-zm
Version:
latest (1.0.0)
1.0.0
first npm
js-add-zm
/
index.js
6 lines
(5 loc)
•
197 B
JavaScript
View Raw
1
2
3
4
5
6
function
indexTest
(
) {
console
.
log
(
'index.js 测试输出'
) }
// 导出 (module.exports 如果使用不是很熟,百度一下就知道了,用法很简单)
module
.
exports
= { indexTest }