UNPKG

@0xtorch/big-decimal

Version:

An arbitrary precision Decimal type for TypeScript that extends BigInt.

3 lines 176 B
import type { BigDecimal } from './type'; export declare const toStringBigDecimal: ({ value, decimals }: BigDecimal) => string; //# sourceMappingURL=toStringBigDecimal.d.ts.map