class-validator-extended
Version:
Additional validators for class-validator.
9 lines (8 loc) • 666 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.pastDayjs = exports.PastDayjs = exports.PAST_DAYJS = void 0;
var past_dayjs_decorator_1 = require("./past-dayjs.decorator");
Object.defineProperty(exports, "PAST_DAYJS", { enumerable: true, get: function () { return past_dayjs_decorator_1.PAST_DAYJS; } });
Object.defineProperty(exports, "PastDayjs", { enumerable: true, get: function () { return past_dayjs_decorator_1.PastDayjs; } });
var past_dayjs_predicate_1 = require("./past-dayjs.predicate");
Object.defineProperty(exports, "pastDayjs", { enumerable: true, get: function () { return past_dayjs_predicate_1.pastDayjs; } });