UNPKG

@qrvey/formula-lang

Version:

QFormula support for qrvey projects

6 lines (5 loc) 164 B
import { FunctionDefinition } from '../constants/interfaces'; /** * Returns the number of the MONTH in a Date. */ export declare const MONTH: FunctionDefinition;