UNPKG

@qrvey/formula-lang

Version:

QFormula support for qrvey projects

10 lines 233 B
export function getInfo(errorObj) { const messageList = []; const { message } = errorObj; messageList.push(message); return { errorList: [], messageList, }; } //# sourceMappingURL=databricks.js.map