Skip to content

Commit c42586f

Browse files
author
Robert Knight
committed
Update type definitions in dist/ from the type-definitions/ folder
1 parent 67ae47d commit c42586f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dist/immutable.d.ts

+4
Original file line numberDiff line numberDiff line change
@@ -1067,6 +1067,10 @@ declare module 'immutable' {
10671067
new (): Map<string, any>;
10681068
new (values: {[key: string]: any}): Map<string, any>;
10691069
new (values: Iterable<string, any>): Map<string, any>; // deprecated
1070+
1071+
(): Map<string, any>;
1072+
(values: {[key: string]: any}): Map<string, any>;
1073+
(values: Iterable<string, any>): Map<string, any>; // deprecated
10701074
}
10711075
}
10721076

0 commit comments

Comments
 (0)