Star
Docs/v5/removeIn()

removeIn()

Returns a copy of the collection with the value at the key path removed.

A functional alternative to collection.removeIn(keypath) which will also work with plain Objects and Arrays.

removeIn(collection: C, keyPath: Iterable): C;