UNPKG

@qrvey/formula-lang

Version:

QFormula support for qrvey projects

4 lines (3 loc) 216 B
import { AST_PRIMITIVES } from '../constants'; import { CommonAST } from '../constants/interfaces'; export declare function getValidDataTypeParam(args: CommonAST[], validDataTypes: AST_PRIMITIVES[]): AST_PRIMITIVES;