TypeScript: Clone an object

Posted by Unknown On Monday, July 10, 2017 0 comments

let newObject = Object.assign({}, currentObject);

0 comments:

Post a Comment