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 f9276c5 commit cd384c5Copy full SHA for cd384c5
src/index.js
@@ -1,3 +1,5 @@
1
import { getTransport } from "./getTransport";
2
+import { PatchResolver } from "./PatchResolver";
3
4
+export { PatchResolver };
5
export default getTransport();
0 commit comments