Skip to content

Commit 81729b8

Browse files
Add TODO
1 parent f4dfec7 commit 81729b8

File tree

1 file changed

+2
-0
lines changed
  • packages/firestore/lite/src/api

1 file changed

+2
-0
lines changed

packages/firestore/lite/src/api/util.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ import { Code, FirestoreError } from '../../../src/util/error';
2323
* This cast is used in the Lite and Full SDK to verify instance types for
2424
* arguments passed to the public API.
2525
*/
26+
// TODO(firestoreexp): We can probably remove this since we now use APIExtractor
27+
// for our types and removed the interface.
2628
export function cast<T>(
2729
obj: object,
2830
// eslint-disable-next-line @typescript-eslint/no-explicit-any

0 commit comments

Comments
 (0)