UNPKG

@qrvey/formula-lang

Version:

QFormula support for qrvey projects

3 lines (2 loc) 205 B
import { ProcessNodeResult } from '../constants/interfaces'; export declare function unshiftCustomFunctions(customFunctionList: Set<string>, expression: ProcessNodeResult | undefined): string | undefined;