Skip to content

Commit fc16293

Browse files
authored
Flow: well_formed_exports for devtools (#25266)
1 parent 0b54e00 commit fc16293

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+323
-190
lines changed

packages/react-devtools-shared/src/Logger.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export const logEvent: LogFunction =
7474
}
7575
: function logEvent() {};
7676

77-
export const registerEventLogger =
77+
export const registerEventLogger: (logFunction: LogFunction) => () => void =
7878
enableLogger === true
7979
? function registerEventLogger(logFunction: LogFunction): () => void {
8080
if (enableLogger) {

0 commit comments

Comments
 (0)