Skip to content

Commit 6dd127e

Browse files
committed
fix: export JsonObject
1 parent 5c4e8d3 commit 6dd127e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ type JsonValue =
1111
| undefined;
1212

1313
/**
14+
* @see https://stackoverflow.com/a/77390832/368691
1415
* @public
1516
*/
1617
export type JsonObject = {

0 commit comments

Comments
 (0)