UNPKG

class-validator-extended

Version:
14 lines (13 loc) 496 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Monotonicity = void 0; /** * @category Types */ var Monotonicity; (function (Monotonicity) { Monotonicity["WEAKLY_INCREASING"] = "weakly increasing"; Monotonicity["STRICTLY_INCREASING"] = "strictly increasing"; Monotonicity["WEAKLY_DECREASING"] = "weakly decreasing"; Monotonicity["STRICTLY_DECREASING"] = "strictly decreasing"; })(Monotonicity || (exports.Monotonicity = Monotonicity = {}));