UNPKG
szhmqdcsfcalc
Version:
latest (1.1.1)
1.1.1
1.0.1
csfcalc
szhmqdcsfcalc
/
sub.js
10 lines
(8 loc)
•
109 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
const
sub
= (
x
,
y
)=>
{
return
x
-
y
} const name =
"小凡"
module.exports = {
sub
,
name
}