UNPKG
szheqd21qcall
Version:
latest (1.0.1)
1.0.1
1.0.0
```
szheqd21qcall
/
lib
/
app.js
6 lines
(4 loc)
•
65 B
JavaScript
View Raw
1
2
3
4
5
6
const
add
=(x,y)=>{
return
x+y; } module.exports=
add
;