UNPKG
my-simple-simp-math
Version:
latest (1.0.0)
1.0.0
karochi qoshib ayridi
my-simple-simp-math
/
index.js
7 lines
(6 loc)
•
132 B
JavaScript
View Raw
1
2
3
4
5
6
7
module
.
exports
.add = function
add
(a,b)
{
return
a + b }
module
.
exports
.substract = function
add
(a,b)
{
return
a - b; }