@0xtorch/big-decimal
Version:
An arbitrary precision Decimal type for TypeScript that extends BigInt.
12 lines • 495 B
TypeScript
export { absoluteValue } from './absoluteValue';
export { createBigDecimal } from './createBigDecimal';
export { divide } from './divide';
export { equals } from './equals';
export { greaterThan } from './greaterThan';
export { minus } from './minus';
export { plus } from './plus';
export { squareRoot } from './squareRoot';
export { times } from './times';
export { toStringBigDecimal } from './toStringBigDecimal';
export type { BigDecimal } from './type';
//# sourceMappingURL=index.d.ts.map