UNPKG

mul-szhm

Version:

乘法

7 lines 104 B
const mul = (x, y, z) => { return x * y * z } const num = 10 module.exports = { mul: mul }