class-validator-extended
Version:
Additional validators for class-validator.
9 lines (8 loc) • 650 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.maxDayjs = exports.MaxDayjs = exports.MAX_DAYJS = void 0;
var max_dayjs_decorator_1 = require("./max-dayjs.decorator");
Object.defineProperty(exports, "MAX_DAYJS", { enumerable: true, get: function () { return max_dayjs_decorator_1.MAX_DAYJS; } });
Object.defineProperty(exports, "MaxDayjs", { enumerable: true, get: function () { return max_dayjs_decorator_1.MaxDayjs; } });
var max_dayjs_predicate_1 = require("./max-dayjs.predicate");
Object.defineProperty(exports, "maxDayjs", { enumerable: true, get: function () { return max_dayjs_predicate_1.maxDayjs; } });