io-ts-bigint
Version:
io-ts library for bigints
13 lines • 490 B
JavaScript
;
/**
* @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