MCPcopy Index your code
hub / github.com/immutable-js/immutable-js / deleteIn

Function deleteIn

src/methods/deleteIn.js:3–5  ·  view source on GitHub ↗
(keyPath)

Source from the content-addressed store, hash-verified

1import { removeIn } from '../functional/removeIn';
2
3export function deleteIn(keyPath) {
4 return removeIn(this, keyPath);
5}

Callers

nothing calls this directly

Calls 1

removeInFunction · 0.90

Tested by

no test coverage detected