UNPKG
@easymoney/bigint-money
Version:
latest (1.0.1)
1.0.1
1.0.1-rc.2
1.0.1-rc.1
1.0.1-rc.0
1.0.0
0.0.4
0.0.3
0.0.2
0.0.1
Best way to do money in js
github.com/frolovdev/easymoney
frolovdev/easymoney
@easymoney/bigint-money
/
dist
/
calculator
/
bigIntCalcaulator.d.ts
3 lines
•
169 B
TypeScript
View Raw
1
2
3
import
{
BigIntCalculatorBase
}
from
"./types"
;
export
declare
function
createBigIntCalculator
(
):
BigIntCalculatorBase
;
//# sourceMappingURL=bigIntCalcaulator.d.ts.map