UNPKG

@dinero.js/calculator-number

Version:

Number calculator implementation for Dinero.js

10 lines (9 loc) 238 B
import type { UnaryOperation } from '@dinero.js/core'; /** * Returns an incremented number. * * @param value - The number to increment. * * @returns The incremented number. */ export declare const increment: UnaryOperation<number>;