8000 Deploy 1d460e23e1dccbce4ddc3ab09aad9a8b009119c6 to NPM branch · amdw/immutable-js@1e9a13a · GitHub
[go: up one dir, main page]

Skip to content

Commit 1e9a13a

Browse files
author
Travis CI
committed
Deploy 1d460e2 to NPM branch
1 parent 31541ef commit 1e9a13a

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

dist/immutable-nonambient.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,6 @@
759759
* not altered.
760760
*/
761761
export function Map<K, V>(collection: Iterable<[K, V]>): Map<K, V>;
762-
export function Map<T>(collection: Iterable<Iterable<T>>): Map<T, T>;
763762
export function Map<V>(obj: {[key: string]: V}): Map<string, V>;
764763
export function Map<K, V>(): Map<K, V>;
765764
export function Map(): Map<any, any>;
@@ -1419,7 +1418,6 @@
14191418
* the `new` keyword during construction.
14201419
*/
14211420
export function OrderedMap<K, V>(collection: Iterable<[K, V]>): OrderedMap<K, V>;
1422-
export function OrderedMap<T>(collection: Iterable<Iterable<T>>): OrderedMap<T, T>;
14231421
export function OrderedMap<V>(obj: {[key: string]: V}): OrderedMap<string, V>;
14241422
export function OrderedMap<K, V>(): OrderedMap<K, V>;
14251423
export function OrderedMap(): OrderedMap<any, any>;

dist/immutable.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,6 @@ declare module Immutable {
759759
* not altered.
760760
*/
761761
export function Map<K, V>(collection: Iterable<[K, V]>): Map<K, V>;
762-
export function Map<T>(collection: Iterable<Iterable<T>>): Map<T, T>;
763762
export function Map<V>(obj: {[key: string]: V}): Map<string, V>;
764763
export function Map<K, V>(): Map<K, V>;
765764
export function Map(): Map<any, any>;
@@ -1419,7 +1418,6 @@ declare module Immutable {
14191418
* the `new` keyword during construction.
14201419
*/
14211420
export function OrderedMap<K, V>(collection: Iterable<[K, V]>): OrderedMap<K, V>;
1422-
export function OrderedMap<T>(collection: Iterable<Iterable<T>>): OrderedMap<T, T>;
14231421
export function OrderedMap<V>(obj: {[key: string]: V}): OrderedMap<string, V>;
14241422
export function OrderedMap<K, V>(): OrderedMap<K, V>;
14251423
export function OrderedMap(): OrderedMap<any, any>;

0 commit comments

Comments
 (0)
0