Skip to content

Commit 939af36

Browse files
committed
Formattting
1 parent 7955cc8 commit 939af36

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/util/src/postinstall.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@
1818
import type { FirebaseDefaults } from './defaults';
1919

2020
// This value is retrieved and hardcoded by the NPM postinstall script
21-
export const getDefaultsFromPostinstall: () => FirebaseDefaults | undefined = () => undefined;
21+
export const getDefaultsFromPostinstall: () =>
22+
| FirebaseDefaults
23+
| undefined = () => undefined;

0 commit comments

Comments
 (0)