UNPKG

js-add-zm

Version:

first npm

6 lines (5 loc) 197 B
function indexTest () { console.log('index.js 测试输出') } // 导出 (module.exports 如果使用不是很熟,百度一下就知道了,用法很简单) module.exports = { indexTest }