@pawel-up/jexl
Version:
Javascript Expression Language: Powerful context-based expression parser and evaluator
16 lines • 826 B
TypeScript
export declare const commonFunctionSchemas: {
LENGTH: import("./types.js").FunctionSchema;
IS_EMPTY: import("./types.js").FunctionSchema;
IS_NOT_EMPTY: import("./types.js").FunctionSchema;
CONTAINS: import("./types.js").FunctionSchema;
INDEX_OF: import("./types.js").FunctionSchema;
LAST_INDEX_OF: import("./types.js").FunctionSchema;
REVERSE: import("./types.js").FunctionSchema;
};
export declare const commonLibrarySchema: import("./types.js").LibrarySchema;
export declare const getCommonFunction: (name: string) => import("./types.js").FunctionSchema;
export declare const getCommonFunctionNames: () => string[];
export declare const getCommonFunctionCount: () => number;
export { commonLibrarySchema as schema };
export default commonLibrarySchema;
//# sourceMappingURL=common.schema.d.ts.map