@qrvey/formula-lang
Version:
QFormula support for qrvey projects
12 lines (11 loc) • 416 B
TypeScript
export * from './customFunctions';
export * from './isNumberParam';
export * from './isStringParam';
export * from './isDateParam';
export * from './isValidDate';
export * from './getMonthMaxDayAllowed';
export * from './getNodeValue';
export * from './getVariableType';
export * from './isLongLiteralNumber';
export * from './cleanInvalidItemsInContext';
export declare const removeQuotes: (str: string) => string;