UNPKG

@easymoney/bigint-money

Version:
5 lines 350 B
import { createBigIntMoneyUnit } from "./bigIntMoney"; declare const createBigIntMoney: <CT>({ amount, currency }: import("./types").BigIntMoneyInput<CT>) => import("./types").BigIntMoneyBase<CT>; export { BigIntMoneyBase, BigIntMoneyInput } from "./types"; export { createBigIntMoney, createBigIntMoneyUnit }; //# sourceMappingURL=index.d.ts.map