Module

x/lodash_es/src/object.js>omit

lodash for deno use
Latest
variable omit
import { omit } from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/object.js";

The opposite of _.pick; this method creates an object composed of the own and inherited enumerable property paths of object that are not omitted.

Note: This method is considerably slower than _.pick.