UNPKG

my-simple-simp-math

Version:

karochi qoshib ayridi

7 lines (6 loc) 132 B
module.exports.add = function add(a,b){ return a + b } module.exports.substract = function add(a,b) { return a - b; }