Copies an array at key, filtering the items that match the type.
key
type
Type expected to match typeof on the items.
typeof
Source object.
Destination object.
Key of the array property in source object.
Key of the array property in destination object.
Generated using TypeDoc
Copies an array at
key
, filtering the items that match thetype
.