Skip to content

Commit 4313496

Browse files
camsjamsFeiyang1
authored andcommitted
Firebase: Adjust undefined import causing IDE annoyances (#2379)
* adjust undefined import * Update empty-import.d.ts
1 parent d1cd07d commit 4313496

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/firebase/empty-import.d.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,6 @@
1515
* limitations under the License.
1616
*/
1717

18-
export = undefined;
18+
declare namespace empty {}
19+
20+
export = empty;

0 commit comments

Comments
 (0)