UNPKG
myfirst-pakage-mnb
Version:
latest (1.0.0)
1.0.0
is it addition
github.com/moshinnb/firstnpmrepo
moshinnb/firstnpmrepo
myfirst-pakage-mnb
/
index.js
4 lines
•
57 B
JavaScript
View Raw
1
2
3
4
function
add
(a,b)
{
return
a+b }
module
.
exports
=add