creates a partial object from the given where the new object only has the properties passed in the name keys array. The values of those properties are copied from the original object.
original object
name keys of properties for the new object
Generated using TypeDoc
creates a partial object from the given where the new object only has the properties passed in the name keys array. The values of those properties are copied from the original object.