UNPKG

@thinql/parse

Version:
12 lines (11 loc) 296 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; const comparisonOperator = { match: ['!=', '*=', '>=', '<=', '>', '<', '='] }; var _default = comparisonOperator; exports.default = _default; //# sourceMappingURL=comparisonOperator.js.map