UNPKG

szhmqd21calc

Version:

这是深圳黑马前端21期研发的吊炸天计算器

5 lines (4 loc) 79 B
const substrict = (x,y) => { return x - y } module.exports = substrict