UNPKG

ptz-copy

Version:

ptz-copy allows you to copy javascripts objects

3 lines 104 B
export default function getCopy(object: any): any { return JSON.parse(JSON.stringify(object)); }