Picks specific properties from an object and returns them as an array.
The type of the object.
The type of the keys to pick.
The type of the array of keys.
The object from which to pick properties.
The keys to pick from the object.
An array containing the picked properties.
Generated using TypeDoc
Picks specific properties from an object and returns them as an array.