Given an object T, returns a new object containing only the properties from T that were not enumerated in array K.
T
K
Given an object
T, returns a new object containing only the properties fromTthat were not enumerated in arrayK.