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 f4dfec7 commit 81729b8Copy full SHA for 81729b8
packages/firestore/lite/src/api/util.ts
@@ -23,6 +23,8 @@ import { Code, FirestoreError } from '../../../src/util/error';
23
* This cast is used in the Lite and Full SDK to verify instance types for
24
* arguments passed to the public API.
25
*/
26
+// TODO(firestoreexp): We can probably remove this since we now use APIExtractor
27
+// for our types and removed the interface.
28
export function cast<T>(
29
obj: object,
30
// eslint-disable-next-line @typescript-eslint/no-explicit-any
0 commit comments