UNPKG

@0xtorch/big-decimal

Version:

An arbitrary precision Decimal type for TypeScript that extends BigInt.

7 lines 188 B
export const absoluteValue = (value) => value.value >= 0 ? value : { value: -value.value, decimals: value.decimals, }; //# sourceMappingURL=absoluteValue.js.map