Module

x/lodash_es/src/omit.js>default

lodash for deno use
Latest
variable default
import { default } from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/omit.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.