Skip to content

Commit 06682f8

Browse files
huntiefacebook-github-bot
authored andcommitted
Fix misnamed TypeScript export for createConnectMiddleware
Summary: Changelog: **[Types]** Fix TypeScript name for `createConnectMiddleware` export Reviewed By: motiz88 Differential Revision: D46359488 fbshipit-source-id: 1b8c39cdede46f08383529446c71e28dd3493875
1 parent 5f53a81 commit 06682f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/metro/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export function runMetro(
126126
options?: RunMetroOptions,
127127
): Promise<MetroServer>;
128128

129-
export function createConnectMiddleWare(
129+
export function createConnectMiddleware(
130130
config: ConfigT,
131131
options?: RunMetroOptions,
132132
): Promise<MetroMiddleWare>;

0 commit comments

Comments
 (0)