Function omit
Type Parameters
- T extends object
Type of the supplied object
- K extends string
Type of the property keys to leave out
Parameters
Returns DistributedOmit<T, K>
Resulting object
- T extends object
Returns an array with a selection of properties left out
Type Parameters
- T extends object
Type of the supplied array
- K extends string
Type of the property keys to leave out
Returns DistributedOmit<T, K>[]
Resulting array
- T extends object
Returns an object with a selection of properties left out