UNPKG

@qrvey/formula-lang

Version:

QFormula support for qrvey projects

6 lines (5 loc) 165 B
import { FunctionDefinition } from '../constants/interfaces'; /** * `AVG` Returns the aggregated SUM of a column. */ export declare const AVG: FunctionDefinition;