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 5c4e8d3 commit 6dd127eCopy full SHA for 6dd127e
1 file changed
src/types.ts
@@ -11,6 +11,7 @@ type JsonValue =
11
| undefined;
12
13
/**
14
+ * @see https://stackoverflow.com/a/77390832/368691
15
* @public
16
*/
17
export type JsonObject = {
0 commit comments