Skip to content

Commit

Permalink
chore(jsonc): tweak JsonValue export (#5546)
Browse files Browse the repository at this point in the history
  • Loading branch information
iuioiua authored Jul 25, 2024
1 parent 9e67961 commit 7d71b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsonc/parse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This module is browser compatible.

import type { JsonValue } from "@std/json/types";
export type { JsonValue } from "@std/json/types";
export type { JsonValue };

/**
* Converts a JSON with Comments (JSONC) string into an object.
Expand Down

0 comments on commit 7d71b80

Please sign in to comment.