UNPKG

io-ts-bigint

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