UNPKG

@qrvey/formula-lang

Version:

QFormula support for qrvey projects

6 lines (5 loc) 171 B
import { FunctionDefinition } from '../constants/interfaces'; /** * `LOWER` Returns the string give it in lower case. */ export declare const LOWER: FunctionDefinition;