We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7955cc8 commit 939af36Copy full SHA for 939af36
packages/util/src/postinstall.ts
@@ -18,4 +18,6 @@
18
import type { FirebaseDefaults } from './defaults';
19
20
// This value is retrieved and hardcoded by the NPM postinstall script
21
-export const getDefaultsFromPostinstall: () => FirebaseDefaults | undefined = () => undefined;
+export const getDefaultsFromPostinstall: () =>
22
+ | FirebaseDefaults
23
+ | undefined = () => undefined;
0 commit comments