mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
lint
This commit is contained in:
@@ -23,7 +23,7 @@ const TestStore = createStore({
|
||||
additionalMethod() {}
|
||||
});
|
||||
|
||||
class ExtendedStore extends BaseStore<{}> {
|
||||
class ExtendedStore extends BaseStore {
|
||||
static handlers = {
|
||||
ACTION_NAME: 'actionHandler'
|
||||
};
|
||||
|
||||
Vendored
+1
-1
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user