UNPKG

@qrvey/formula-lang

Version:

QFormula support for qrvey projects

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