UNPKG
mul-szhm
Version:
latest (2.1.0)
2.1.0
2.0.0
1.0.0
乘法
mul-szhm
/
lib
/
single.js
7 lines
•
104 B
JavaScript
View Raw
1
2
3
4
5
6
7
const
mul
=
(x, y, z) => {
return
x * y * z }
const
num
=
10
module
.
exports
= { mul: mul }