Function pick
Type Parameters
- T extends object
Type of the supplied object
- K extends string
Type of the property keys to return
Returns DistributedPick<T, K>
Resulting object
- T extends object
Returns an array with a selection of properties
Type Parameters
- T extends object
Type of the supplied array
- K extends string
Type of the property keys to return
Returns DistributedPick<T, K>[]
Resulting array
- T extends object
Returns an object with a selection of properties