UNPKG
lib-vives-andangkloran
Version:
latest (1.1.0)
1.1.0
1.0.0
Demo publish lib node.js
lib-vives-andangkloran
/
index.js
7 lines
(6 loc)
•
129 B
JavaScript
View Raw
1
2
3
4
5
6
7
module
.
exports
.
add
=
function
(
a, b
) {
return
a + b };
module
.
exports
.
multiply
=
function
(
a, b
) {
return
a * b };