/// module.exports.subtract = (a: number, b: number) => a - b;