UNPKG

@0xtorch/big-decimal

Version:

An arbitrary precision Decimal type for TypeScript that extends BigInt.

3 lines 195 B
import type { BigDecimal } from './type'; export declare const createBigDecimal: (value: string | number | bigint, decimals?: number) => BigDecimal; //# sourceMappingURL=createBigDecimal.d.ts.map