UNPKG

io-ts-bigint

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