UNPKG

io-ts-bigint

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