UNPKG

money-ts

Version:

TypeScript library for type-safe and lossless encoding and manipulation of world currencies and precious metals

6 lines 268 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var newtype_ts_1 = require("newtype-ts"); var BigInteger_1 = require("./BigInteger"); exports.Integer = newtype_ts_1.unsafeCoerce(BigInteger_1.BigInteger); //# sourceMappingURL=Integer.js.map