io-ts-bigint
Version:
io-ts library for bigints
13 lines • 434 B
JavaScript
;
/**
* @since 0.0.1
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.ZeroBigIntFromString = void 0;
var BigIntFromString_1 = require("./BigIntFromString");
var ZeroBigInt_1 = require("./ZeroBigInt");
/**
* @since 0.0.1
*/
exports.ZeroBigIntFromString = BigIntFromString_1.BigIntFromString.pipe(ZeroBigInt_1.ZeroBigInt, 'ZeroBigIntFromString');
//# sourceMappingURL=ZeroBigIntFromString.js.map