UNPKG

io-ts-bigint

Version:
13 lines 466 B
"use strict"; /** * @since 0.0.1 */ Object.defineProperty(exports, "__esModule", { value: true }); exports.NegativeBigIntFromString = void 0; var BigIntFromString_1 = require("./BigIntFromString"); var NegativeBigInt_1 = require("./NegativeBigInt"); /** * @since 0.0.1 */ exports.NegativeBigIntFromString = BigIntFromString_1.BigIntFromString.pipe(NegativeBigInt_1.NegativeBigInt, 'NegativeBigIntFromString'); //# sourceMappingURL=NegativeBigIntFromString.js.map