Module

x/ramda/mod.ts>dissocPath

:ram: Practical functional Javascript
Latest
variable dissocPath
import { dissocPath } from "https://dotland.deno.dev/x/ramda@v0.27.2/mod.ts";

Makes a shallow clone of an object, omitting the property at the given path. Note that this copies and flattens prototype properties onto the new object as well. All non-primitive properties are copied by reference.