UNPKG

zsm_calc

Version:

可做简单运算

7 lines (5 loc) 112 B
// function add (x, y) { // return x + y // } // module.exports = add module.exports = (x, y) => x + y