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 0f335b5 commit 8dc3de5Copy full SHA for 8dc3de5
src/json/jsonast-util.d.ts
@@ -54,7 +54,7 @@ export const jsonValue: (
54
(<_A>(node: JsonStringNode) => string) &
55
(<A>(node: JsonArrayNode<A>) => Json[]) &
56
(<A>(node: JsonObjectNode<A>) => Record<string, Json>) &
57
- (<A>(node: JsonCompatible<A>) => unknown)
+ (<A>(node: JsonCompatible<A>) => Json)
58
);
59
60
export const jsonTypeOf: (
0 commit comments