We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7fb503 commit e08864eCopy full SHA for e08864e
dist/immutable.d.ts
@@ -1434,8 +1434,8 @@ declare module 'immutable' {
1434
* True if the result of following a path of keys or indices through nested
1435
* Iterables results in a set value.
1436
*/
1437
- hasIn(searchKeyPath: Array<any>, notSetValue?: any): boolean;
1438
- hasIn(searchKeyPath: Iterable<any, any>, notSetValue?: any): boolean;
+ hasIn(searchKeyPath: Array<any>): boolean;
+ hasIn(searchKeyPath: Iterable<any, any>): boolean;
1439
1440
1441
// Conversion to JavaScript types
0 commit comments