Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 169 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 169 Bytes

clone-js-object

it is only for logic thinking, for real usage you can just use

var anything:any;
var copiedValue:any=JSON.parse(JSON.stringify(anything));