UNPKG
szhmqd17calc
Version:
latest (1.1.0)
1.1.0
1.0.0
深圳前端17期牛逼的计算器项目
szhmqd17calc
/
lib
/
add.js
6 lines
(5 loc)
•
138 B
JavaScript
View Raw
1
2
3
4
5
6
function
addFunc
(x,y)
{
return
x + y }
//导出是一个函数,别人导入的时候也是一个函数
module
.
exports
= addFunc