/** * JsonLogic Explainer - Converts JSONLogic expressions to human-readable text * Main entry point for the library */ export * from "./JsonLogicExplainer"; export * from "./types"; //# sourceMappingURL=index.d.ts.map