import { add } from './add' /** Add 1 to a number */ export const increment = add(1)