UNPKG

class-validator-extended

Version:
11 lines (10 loc) 978 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.arrayMonotonic = exports.Monotonicity = exports.ArrayMonotonic = exports.ARRAY_MONOTONIC = void 0; var array_monotonic_decorator_1 = require("./array-monotonic.decorator"); Object.defineProperty(exports, "ARRAY_MONOTONIC", { enumerable: true, get: function () { return array_monotonic_decorator_1.ARRAY_MONOTONIC; } }); Object.defineProperty(exports, "ArrayMonotonic", { enumerable: true, get: function () { return array_monotonic_decorator_1.ArrayMonotonic; } }); var array_monotonic_options_1 = require("./array-monotonic.options"); Object.defineProperty(exports, "Monotonicity", { enumerable: true, get: function () { return array_monotonic_options_1.Monotonicity; } }); var array_monotonic_predicate_1 = require("./array-monotonic.predicate"); Object.defineProperty(exports, "arrayMonotonic", { enumerable: true, get: function () { return array_monotonic_predicate_1.arrayMonotonic; } });