From ce22cdd27c42d0f4bc4de4fa82fe608d7d46c7b5 Mon Sep 17 00:00:00 2001 From: Aziz Khambati Date: Tue, 12 Mar 2019 11:42:47 +0530 Subject: [PATCH] Add Typescript Version --- types/redux-batched-subscribe/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/redux-batched-subscribe/index.d.ts b/types/redux-batched-subscribe/index.d.ts index 78d7a385bf..b892fbbf90 100644 --- a/types/redux-batched-subscribe/index.d.ts +++ b/types/redux-batched-subscribe/index.d.ts @@ -3,6 +3,7 @@ // Definitions by: Dibyo Majumdar // Aziz Khambati // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped +// TypeScript Version: 2.3 import { Store, StoreEnhancer, Action, AnyAction } from "redux";