omit < T > ( object , predicate ? ) :  Dictionary < T > Parameters object : undefined  |  null  |  Dictionary < T > Optionalpredicate : ValueKeyIteratee < T > Returns Dictionary < T >  Returns the new object.
Defined in node_modules/@types/lodash/common/object.d.ts:1954 omit < T > ( object , predicate ? ) :  NumericDictionary < T > Parameters object : undefined  |  null  |  NumericDictionary < T > Optionalpredicate : ValueKeyIteratee < T > Returns NumericDictionary < T >  Defined in node_modules/@types/lodash/common/object.d.ts:1958 omit < T > ( object , predicate ) :  Partial < T > Parameters object : undefined  |  null  |  T predicate : ValueKeyIteratee < T [ keyof  T ] > Returns Partial < T >  Defined in node_modules/@types/lodash/common/object.d.ts:1962 
The opposite of
_.pickBy; this method creates an object composed of the own and inherited enumerable properties ofobjectthatpredicatedoesn't return truthy for.