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