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 09eb5cf commit 00a2423Copy full SHA for 00a2423
packages/firestore/src/util/json_validation.ts
@@ -94,7 +94,8 @@ export function property<T extends JsonTypeDesc>(
94
return result;
95
}
96
97
-/** Validates the JSON object based on the provided schema, and narrows the type to the provided
+/**
98
+ * Validates the JSON object based on the provided schema, and narrows the type to the provided
99
* JSON schaem.
100
* @private
101
* @internal
0 commit comments