UNPKG

@0xtorch/big-decimal

Version:

An arbitrary precision Decimal type for TypeScript that extends BigInt.

5 lines (4 loc) 82 B
export type BigDecimal = { readonly value: bigint readonly decimals: number }