UNPKG

@abdullah2993/expression-parser

Version:

An expression evaluator written in typescript with the goal to support SQL like WHERE clauses.

3 lines (2 loc) 177 B
export declare function evaluate(expression: string, context?: (identifier: string) => any): any; export declare function evaluateObject(expression: string, value: any): any;