The type of the object to be partitioned.
The type of the keys to be picked.
The object to be partitioned.
The keys to be picked.
An array containing two objects: the first object contains the picked keys and their corresponding values, and the second object contains the remaining keys and their corresponding values.
Generated using TypeDoc
Partitions an object by keys into two separate objects: one containing the picked keys and their corresponding values, and another containing the remaining keys and their corresponding values.