8000 Deploy 9ce3546a2245e96710593116253f2fa3ceffbd25 to NPM branch · datianyun/immutable-js@4052ab8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4052ab8

Browse files
author
Travis CI
committed
Deploy 9ce3546 to NPM branch
1 parent 7937dce commit 4052ab8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/immutable-nonambient.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5029,7 +5029,7 @@
50295029
* ```
50305030
*/
50315031
export function updateIn<C>(collection: C, keyPath: Iterable<any>, updater: (value: any) => any): C;
5032-
5032+
export function updateIn<C>(collection: C, keyPath: Iterable<any>, notSetValue: any, updater: (value: any) => any): C;
50335033

50345034
/**
50355035
* Returns a copy of the collection with the remaining collections merged in.

dist/immutable.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5029,7 +5029,7 @@ declare module Immutable {
50295029
* ```
50305030
*/
50315031
export function updateIn<C>(collection: C, keyPath: Iterable<any>, updater: (value: any) => any): C;
5032-
5032+
export function updateIn<C>(collection: C, keyPath: Iterable<any>, notSetValue: any, updater: (value: any) => any): C;
50335033

50345034
/**
50355035
* Returns a copy of the collection with the remaining collections merged in.

0 commit comments

Comments
 (0)
0