UNPKG

472 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.NotIn = void 0;
4const attribute_service_1 = require("../model/column/attribute-service");
5/**
6 * Check the value is not one of these
7 */
8function NotIn(arg) {
9 return (target, propertyName) => (0, attribute_service_1.addAttributeOptions)(target, propertyName, {
10 validate: {
11 notIn: arg,
12 },
13 });
14}
15exports.NotIn = NotIn;
16//# sourceMappingURL=not-in.js.map
\No newline at end of file