diff --git a/dist/flow-typed/Redux.js b/dist/flow-typed/Redux.js deleted file mode 100644 index e781d4f..0000000 --- a/dist/flow-typed/Redux.js +++ /dev/null @@ -1,5 +0,0 @@ -// @flow - -// eslint-disable-next-line no-use-before-define -export type Dispatch = (action: T | Promise | Array | ThunkAction) => any; // Need to refer to ThunkAction -export type GetState = () => any; diff --git a/flow-typed/Redux.js b/flow-typed/Redux.js deleted file mode 100644 index e781d4f..0000000 --- a/flow-typed/Redux.js +++ /dev/null @@ -1,5 +0,0 @@ -// @flow - -// eslint-disable-next-line no-use-before-define -export type Dispatch = (action: T | Promise | Array | ThunkAction) => any; // Need to refer to ThunkAction -export type GetState = () => any;