@indec/form-builder
Version:
Form builder
16 lines (15 loc) • 326 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _default = exports["default"] = {
EQUAL: 'eq',
NOT_EQUAL: 'ne',
GREATER_THAN: 'gt',
GREATER_OR_EQUAL_TO: 'gte',
LESS_THAN: 'lt',
LESS_THAN_OR_EQUAL_TO: 'lte',
INCLUDES: 'in',
NOT_INCLUDES: 'nin'
};