Skip to content

Commit

Permalink
fix: export JsonObject
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Oct 30, 2023
1 parent 5c4e8d3 commit 6dd127e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ type JsonValue =
| undefined;

/**
* @see https://stackoverflow.com/a/77390832/368691
* @public
*/
export type JsonObject = {
Expand Down

0 comments on commit 6dd127e

Please sign in to comment.