Skip to content

Commit 68c8b14

Browse files
CGamesPlayleebyron
authored andcommitted
Use flow strict (#168)
Enables you to import data loader with the nonstrict-import linter enabled in flow strict mode.
1 parent dc2082a commit 68c8b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* This source code is licensed under the MIT license found in the
55
* LICENSE file in the root directory of this source tree.
66
*
7-
* @flow
7+
* @flow strict
88
*/
99

1010
// A Function, which when given an Array of keys, returns a Promise of an Array

0 commit comments

Comments
 (0)