UNPKG

@juici/math

Version:

A mathematics utility library

5 lines (3 loc) 156 B
export { BigDecimal } from "./BigDecimal"; export { ParseDecimalError } from "./errors"; export type { BigDecimalLike, DecimalValue } from "./BigDecimal";