UNPKG
caodasha
Version:
latest (1.0.1)
1.0.1
1.0.0
'第三个包'
caodasha
/
index.js
5 lines
(4 loc)
•
56 B
JavaScript
View Raw
1
2
3
4
5
chu =
(
x,y
) =>
{
return
x/y; }
module
.
exports
= chu;