@qrvey/formula-lang
Version:
QFormula support for qrvey projects
15 lines (14 loc) • 594 B
TypeScript
export * from './customFunctions';
export * from './aggregatedFunctions';
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 { isAColumnParam, isANumericColumnParam } from './isAColumn';
export declare const removeQuotes: (str: string) => string;
export declare const replaceDotByUnderscore: (str: string) => string;