UNPKG

@qrvey/formula-lang

Version:

QFormula support for qrvey projects

5 lines (4 loc) 289 B
import { CommonAST, FormulaContext } from '../constants/interfaces'; export declare function isAggregateScope(context?: FormulaContext): boolean; export declare function isRawScope(context?: FormulaContext): boolean; export declare function isAggregateFunction(node?: CommonAST): boolean;