UNPKG

@qrvey/formula-lang

Version:

QFormula support for qrvey projects

4 lines (3 loc) 197 B
import { ENGINES } from '../constants'; import { ValueASTType } from '../constants/interfaces'; export declare function addDecimalPointIfNeeded(value: ValueASTType, engine: ENGINES): ValueASTType;