UNPKG

@qrvey/formula-lang

Version:

QFormula support for qrvey projects

8 lines (7 loc) 292 B
import { FunctionDefinition } from '../constants/interfaces'; /** * `IFS` Returns one value if a logical expression is TRUE * when is False another logical expression have to be set with their returned value * and so (recursive operation) */ export declare const IFS: FunctionDefinition;