omit topic
List
omit repositories
omit-deep-lodash
44
Stars
11
Forks
Watchers
Omit object key/values recursively
omit-empty
73
Stars
9
Forks
Watchers
Recursively omit empty properties from an object. Omits empty objects, arrays, strings, and optionally zero. Similar results to what you would expect with `compact` for arrays.
object.omit
79
Stars
5
Forks
Watchers
Return a copy of an object without the given keys.
omit-deep
77
Stars
15
Forks
Watchers
Recursively omit specified keys from an object.
filter-anything
33
Stars
0
Forks
Watchers
A simple (TypeScript) integration of "pick" and "omit" to filter props of an object
lodash-omitdeep
15
Stars
0
Forks
Watchers
♻️ tool allows you to execute lodash omit, omitBy functions recursively