maxun-core
Version:
Core package for Maxun, responsible for data extraction
8 lines (7 loc) • 365 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.meta = exports.operators = exports.naryOperators = exports.unaryOperators = void 0;
exports.unaryOperators = ['$not'];
exports.naryOperators = ['$and', '$or'];
exports.operators = [...exports.unaryOperators, ...exports.naryOperators];
exports.meta = ['$before', '$after'];
;