class-validator-extended
Version:
Additional validators for class-validator.
9 lines (8 loc) • 634 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.isDayjs = exports.IsDayjs = exports.IS_DAYJS = void 0;
var is_dayjs_decorator_1 = require("./is-dayjs.decorator");
Object.defineProperty(exports, "IS_DAYJS", { enumerable: true, get: function () { return is_dayjs_decorator_1.IS_DAYJS; } });
Object.defineProperty(exports, "IsDayjs", { enumerable: true, get: function () { return is_dayjs_decorator_1.IsDayjs; } });
var is_dayjs_predicate_1 = require("./is-dayjs.predicate");
Object.defineProperty(exports, "isDayjs", { enumerable: true, get: function () { return is_dayjs_predicate_1.isDayjs; } });