UNPKG

@qrvey/formula-lang

Version:

QFormula support for qrvey projects

3 lines (2 loc) 161 B
import { ValidatorResponse } from '../constants/interfaces'; export declare function isAnAllowedValue(allowValues: string[]): (param: any) => ValidatorResponse;