@vqp/evaluation-jsonlogic
Version:
JSONLogic evaluation adapter for VQP
7 lines • 407 B
TypeScript
export { JSONLogicAdapter } from './jsonlogic-adapter.js';
export type { JSONLogicAdapterConfig } from './jsonlogic-adapter.js';
/**
* Factory function to create a JSONLogic evaluation adapter
*/
export declare function createJSONLogicAdapter(config?: import('./jsonlogic-adapter.js').JSONLogicAdapterConfig): Promise<import("./jsonlogic-adapter.js").JSONLogicAdapter>;
//# sourceMappingURL=index.d.ts.map