Home Manual Reference Source

src/arithmetic/sub.js

export const sub = (a, b) => a - b;