提交 b452b951 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

code clean

上级 ac99bbb9
......@@ -9,7 +9,7 @@ const UtilLib = {
, downloadStream
, getPort
, guid
}
......@@ -88,8 +88,8 @@ function guid() {
}
/**
*
* @param port is just a suggestion.
*
* @param port is just a suggestion.
* there's no grantuee for the number
*
* The IANA suggested ephemeral port range.
......@@ -135,4 +135,4 @@ function getPort(port) {
}
}
module.exports = UtilLib
module.exports = UtilLib.default = UtilLib.UtilLib = UtilLib
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册