UNPKG

492 BTypeScriptView Raw
1// Type definitions for ag-grid v18.1.2
2// Project: http://www.ag-grid.com/
3// Definitions by: Niall Crosby <https://github.com/ag-grid/>
4export declare class ExpressionService {
5 private expressionToFunctionCache;
6 private logger;
7 private setBeans(loggerFactory);
8 evaluate(expressionOrFunc: Function | string, params: any): any;
9 private evaluateExpression(expression, params);
10 private createExpressionFunction(expression);
11 private createFunctionBody(expression);
12}