UNPKG

@qrvey/formula-lang

Version:

QFormula support for qrvey projects

6 lines (5 loc) 200 B
import { FunctionDefinition } from '../constants/interfaces'; /** * `OR` Returns true if any expressions are truthy; otherwise, it will return false. */ export declare const OR: FunctionDefinition;