UNPKG

adil-calculator____123

Version:

This is a npm package for cal

7 lines (4 loc) 73 B
const add = (a, b) =>{ return a + b; } module.exports = add;