UNPKG

@qrvey/formula-lang

Version:

QFormula support for qrvey projects

6 lines (5 loc) 235 B
import { FunctionDefinition } from '../constants/interfaces'; /** * `RIGHT` Returns the last character or characters in a text string, based on the number of characters you specify. */ export declare const RIGHT: FunctionDefinition;