Skip to content

Commit

Permalink
Use flow strict (#168)
Browse files Browse the repository at this point in the history
Enables you to import data loader with the nonstrict-import linter enabled in flow strict mode.
  • Loading branch information
CGamesPlay authored and leebyron committed Nov 13, 2019
1 parent dc2082a commit 68c8b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Expand Up @@ -4,7 +4,7 @@
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @flow
* @flow strict
*/

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

0 comments on commit 68c8b14

Please sign in to comment.