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 fromT
that were not enumerated in arrayK
.