UNPKG

@qrvey/formula-lang

Version:

QFormula support for qrvey projects

9 lines (8 loc) 197 B
import { ERROR_LIST } from '../dictionary'; export declare function getInfo(errorObj: any): { errorList: { regex: RegExp; value: ERROR_LIST; }[]; messageList: any[]; };