mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 15:50:13 +00:00
Remove unnecessary /// <reference types="redux" />.
The redux typings use `export`, not `declare module`, and so don't need /// <reference types="redux" /> as well as the import.
This commit is contained in:
@@ -3,8 +3,6 @@
|
||||
// Definitions by: Remo H. Jansen <https://github.com/remojansen>, Ben Rogers <https://github.com/highflying>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
/// <reference types="redux" />
|
||||
|
||||
import * as Redux from "redux";
|
||||
|
||||
type isImmutableDefault = (value: any) => boolean;
|
||||
|
||||
Reference in New Issue
Block a user