2.2.0
copy an object but omit the specified keys
Suggestions
Sort by
4.5.0
The lodash method `_.omit` exported as a module.
0.1.3
A function that returns a copy of the plain object given as first argument but without the keys provided as the other argument(s)
3.0.0
Return a copy of an object excluding the given key, or array of keys. Also accepts an optional filter function as the last argument.
Follow for updates
Keep up-to-date with new features, changelog and more
@pkgland