10000 Merge pull request #2 from github/make-flow-files-strict · JavaScriptExpert/hotkey@bb607df · GitHub
[go: up one dir, main page]

Skip to content

Commit bb607df

Browse files
author
Kristján Oddsson
authored
Merge pull request github#2 from github/make-flow-files-strict
Make the library definition flow file strict
2 parents 2bb98f8 + 720137e commit bb607df

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/index.js.flow

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
/* @flow strict */
2+
13
declare module.exports: {
24
install(container: HTMLElement): void;
35
uninstall(container: HTMLElement): void;
4-
}
6+
};

0 commit comments

Comments
 (0)
0