UNPKG

zsm_calc

Version:

可做简单运算

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