UNPKG

class-validator-extended

Version:
9 lines (8 loc) 698 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.minDuration = exports.MinDuration = exports.MIN_DURATION = void 0; var min_duration_decorator_1 = require("./min-duration.decorator"); Object.defineProperty(exports, "MIN_DURATION", { enumerable: true, get: function () { return min_duration_decorator_1.MIN_DURATION; } }); Object.defineProperty(exports, "MinDuration", { enumerable: true, get: function () { return min_duration_decorator_1.MinDuration; } }); var min_duration_predicate_1 = require("./min-duration.predicate"); Object.defineProperty(exports, "minDuration", { enumerable: true, get: function () { return min_duration_predicate_1.minDuration; } });