Skip to content

Commit 3276176

Browse files
committed
fix mod.ts
1 parent 9b6a1c9 commit 3276176

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

mod.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
export { JsonPointer } from "./src/json_pointer.ts";
2-
export { JsonPatch } from "./src/json_patch.ts";
1+
import { JsonPointer } from "./src/json_pointer.ts";
2+
import { JsonPatch } from "./src/json_patch.ts";
3+
4+
export { JsonPatch, JsonPointer };

0 commit comments

Comments
 (0)