UNPKG

victor-calc

Version:

8 lines (5 loc) 102 B
'use strict' const subtractFunc = (x, y) => { return x - y } module.exports = subtractFunc