UNPKG
opopopop
Version:
latest (2.0.0)
2.0.0
1.0.0
opopopop
/
index.js
7 lines
•
128 B
JavaScript
View Raw
1
2
3
4
5
6
7
console
.
log
(
'ahh'
);
module
.
exprots
.
add
=
(
a,b
)=>
{
return
a+b }
module
.
exprots
.
reduce
=
(
a,b
)=>
{
return
Math
.
abs
(a-b) }