UNPKG

@qrvey/formula-lang

Version:

QFormula support for qrvey projects

4 lines (3 loc) 282 B
import { SyntaxNode } from '@lezer/common'; import { CommonAST, FormulaContext, FormulaInference } from '../constants/interfaces'; export type TransformNodeFNType = (program: string, node: SyntaxNode, inference: FormulaInference, context?: FormulaContext) => CommonAST | undefined;