UNPKG

maxun-core

Version:

Core package for Maxun, responsible for data extraction

8 lines (7 loc) 365 B
"use strict"; 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'];