We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8eadb1 commit 19eb2aeCopy full SHA for 19eb2ae
src/index.js
@@ -24,5 +24,12 @@ import { getAttribute } from "./getAttribute";
24
import { setValue } from "./setValue";
25
import { getValue } from "./getValue";
26
import { queryElements } from "./queryElements";
27
+import { processOperators } from "./utility";
28
-export default { getAttribute, getValue, setValue, queryElements };
29
+export default {
30
+ getAttribute,
31
+ getValue,
32
+ setValue,
33
+ processOperators,
34
+ queryElements
35
+};
0 commit comments