mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-02 06:29:40 +08:00
Merge pull request #21703 from mark-raymond/redux-immutable-state-invariant
Remove unnecessary `/// <reference types="redux" />` for redux-immutable-state-invariant
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