UNPKG

@qrvey/formula-lang

Version:

QFormula support for qrvey projects

5 lines (4 loc) 267 B
import { ENGINES } from '../constants'; export declare function customFunction(engine: ENGINES, func: string): string | false; export declare function customDateCast(engine: ENGINES): Function; export declare function customTimezone(engine: ENGINES): string | false;