UNPKG

xuyanmeicalc

Version:

深圳前端17期xuyanmei的计算器项目

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