Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Commit 65f7549

Browse files
committed
feat: also export jsonLogic creator
1 parent b3c2426 commit 65f7549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import createJsonLogic from './createJsonLogic';
1+
export createJsonLogic from './createJsonLogic';
22
import * as operations from './operations';
33
import * as visitors from './visitors';
44
import isLogic from "./helpers/isLogic";

0 commit comments

Comments
 (0)