UNPKG
feng-connection
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
feng module
feng-connection
/
index.js
11 lines
(8 loc)
•
173 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
'use strict'
function
printMsg
(
) {
console
.
log
(
"Test is a message from the demo package 22"
) }
// 模块需要暴漏的API
module
.
exports
= { printMsg }