UNPKG

@freemework/common

Version:

Common library of the Freemework Project.

15 lines (12 loc) 247 B
export { FDecimal, FDecimalBase, FDecimalBackendNumber, FDecimalRoundMode, FDecimalRoundModeUnreachableException, } from "./f_decimal.js"; export type { FDecimalBackend, FDecimalFractionDigits, FDecimalSettings, } from "./f_decimal.js";