This commit is contained in:
Ragg
2018-03-01 00:44:46 +09:00
parent c85dafb61e
commit 6b42020bf2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ const TestStore = createStore({
additionalMethod() {}
});
class ExtendedStore extends BaseStore<{}> {
class ExtendedStore extends BaseStore {
static handlers = {
ACTION_NAME: 'actionHandler'
};
+1 -1
View File
@@ -2,7 +2,7 @@
// Project: https://github.com/yahoo/fluxible#readme
// Definitions by: Ragg <https://github.com/Ragg->
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3
// TypeScript Version: 2.5
/// <reference types="node" />
import { EventEmitter } from 'events';