@qrvey/formula-lang
Version:
QFormula support for qrvey projects
6 lines (5 loc) • 498 B
TypeScript
import { Primitive } from '../constants';
import { ValidatorParameterContext, ValidatorResponse } from '../constants/interfaces';
export declare function isAColumn(context: ValidatorParameterContext): boolean;
export declare function isAColumnParam(param: any, _dataType: Primitive | undefined, context: ValidatorParameterContext): ValidatorResponse;
export declare function isANumericColumnParam(param: any, dataType: Primitive | undefined, context: ValidatorParameterContext): ValidatorResponse;