UNPKG

@qrvey/formula-lang

Version:

QFormula support for qrvey projects

7 lines (6 loc) 374 B
import { FunctionDefinition, FunctionList } from '../constants/interfaces'; export declare const functionList: FunctionList; export declare const FUNCTION_LIST: string[]; export declare const ROW_FUNCTION_LIST: string[]; export declare const AGGREGATE_FUNCTION_LIST: string[]; export declare function getFunctionDetail(functionName: string): FunctionDefinition | undefined;