UNPKG

francomatica

Version:

Es un modulo de matematicas para certi 1 y 3. 2014

16 lines (13 loc) 238 B
var call_counter = require("./call_counter"); function add(x,y) { call_counter(); return x + y; } function substract(x,y) { call_counter(); return x - y; } module.exports = { addition:add, substraction:substract };