@qrvey/formula-lang
Version:
QFormula support for qrvey projects
12 lines • 455 B
JavaScript
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 const removeQuotes = (str) => str.replace(/^E?'|'$/g, '');
//# sourceMappingURL=index.js.map