UNPKG

csaetucalc

Version:

这是一个简单好用包含加减乘除的方程式计算器,能满足基本的计算方法。

5 lines (4 loc) 69 B
const add = (x, y) => { return x + y } module.exports = add;