UNPKG

@harum/simple-calculator

Version:
6 lines (4 loc) 77 B
export function subtract(a, b) { return a - b; } export default subtract;