UNPKG

mofle-project

Version:

超级计算器,能计算一切加法运算

6 lines 80 B
const plus = (x,y) => { return x + y ; } module.exports = { plus, }