UNPKG

@qrvey/formula-lang

Version:

QFormula support for qrvey projects

4 lines (3 loc) 209 B
import { ENGINES } from '../constants'; import { FormulaContext } from '../constants/interfaces'; export declare function cleanInvalidItemsInContext(context: FormulaContext, engine?: ENGINES): FormulaContext;