Creates a new object composed of the picked enumerable own properties of source.
Only keys present in the keys array are included in the returned object.
The type of the source object
The source object to pick from
The array of keys to include
A new object containing only the specified keys and their values from source.
Returns an empty object if source is null or undefined.
Creates a new object composed of the picked enumerable own properties of source.
Only keys present in the keys array are included in the returned object.
The type of the source object
The source object to pick from
The array of keys to include
A new object containing only the specified keys and their values from source.
Returns an empty object if source is null or undefined.
Creates a new object composed of the picked enumerable own properties of
source. Only keys present in thekeysarray are included in the returned object.