Skip to content

Commit 19eb2ae

Browse files
committed
fix: update exports
1 parent b8eadb1 commit 19eb2ae

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/index.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,12 @@ import { getAttribute } from "./getAttribute";
2424
import { setValue } from "./setValue";
2525
import { getValue } from "./getValue";
2626
import { queryElements } from "./queryElements";
27+
import { processOperators } from "./utility";
2728

28-
export default { getAttribute, getValue, setValue, queryElements };
29+
export default {
30+
getAttribute,
31+
getValue,
32+
setValue,
33+
processOperators,
34+
queryElements
35+
};

0 commit comments

Comments
 (0)