import { add } from './add' /** Subtract 1 from a number */ export const decrement = add(-1)