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 9b6a1c9 commit 3276176Copy full SHA for 3276176
mod.ts
@@ -1,2 +1,4 @@
1
-export { JsonPointer } from "./src/json_pointer.ts";
2
-export { JsonPatch } from "./src/json_patch.ts";
+import { JsonPointer } from "./src/json_pointer.ts";
+import { JsonPatch } from "./src/json_patch.ts";
3
+
4
+export { JsonPatch, JsonPointer };
0 commit comments