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