class-validator-extended
Version:
Additional validators for class-validator.
9 lines (8 loc) • 666 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.maxBigInt = exports.MaxBigInt = exports.MAX_BIGINT = void 0;
var max_bigint_decorator_1 = require("./max-bigint.decorator");
Object.defineProperty(exports, "MAX_BIGINT", { enumerable: true, get: function () { return max_bigint_decorator_1.MAX_BIGINT; } });
Object.defineProperty(exports, "MaxBigInt", { enumerable: true, get: function () { return max_bigint_decorator_1.MaxBigInt; } });
var max_bigint_predicate_1 = require("./max-bigint.predicate");
Object.defineProperty(exports, "maxBigInt", { enumerable: true, get: function () { return max_bigint_predicate_1.maxBigInt; } });