1
2
export const sub = (a, b) => a - b;
export const add = (a, b) => a + b;