UNPKG

vulcain-corejs

Version:
11 lines (10 loc) 332 B
export declare class MongoQueryParser { private query; constructor(query: any); execute(entity: any): boolean; private executeExpression(entity, query); private executeOperator(entity, query); private getExpressionValue(val); private evaluate(op, left, right); private getFieldValue(entity, path); }