class-validator-extended
Version:
Additional validators for class-validator.
9 lines (8 loc) • 746 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.negativeBigInt = exports.NegativeBigInt = exports.NEGATIVE_BIGINT = void 0;
var negative_bigint_decorator_1 = require("./negative-bigint.decorator");
Object.defineProperty(exports, "NEGATIVE_BIGINT", { enumerable: true, get: function () { return negative_bigint_decorator_1.NEGATIVE_BIGINT; } });
Object.defineProperty(exports, "NegativeBigInt", { enumerable: true, get: function () { return negative_bigint_decorator_1.NegativeBigInt; } });
var negative_bigint_predicate_1 = require("./negative-bigint.predicate");
Object.defineProperty(exports, "negativeBigInt", { enumerable: true, get: function () { return negative_bigint_predicate_1.negativeBigInt; } });