UNPKG

zsm_calc

Version:

可做简单运算

7 lines (5 loc) 120 B
// function product (x, y) { // return x * y // } // module.exports = product module.exports = (x, y) => x * y