UNPKG

@0xtorch/big-decimal

Version:

An arbitrary precision Decimal type for TypeScript that extends BigInt.

5 lines 123 B
export type BigDecimal = { readonly value: bigint; readonly decimals: number; }; //# sourceMappingURL=type.d.ts.map