UNPKG

@qrvey/formula-lang

Version:

QFormula support for qrvey projects

6 lines (5 loc) 303 B
import { FunctionDefinition } from '../constants/interfaces'; /** * `PROPER` Capitalizes the first letter in a string and any other letters in the text placed next to any character other than a letter. Converts the rest of the letters to lowercase. */ export declare const PROPER: FunctionDefinition;