UNPKG

fabric

Version:

Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas.

1 lines 382 B
{"version":3,"file":"cloneDeep.mjs","sources":["../../../../src/util/internals/cloneDeep.ts"],"sourcesContent":["export const cloneDeep = <T extends object>(object: T): T =>\n JSON.parse(JSON.stringify(object));\n"],"names":["cloneDeep","object","JSON","parse","stringify"],"mappings":"AAAaA,MAAAA,SAAS,GAAsBC,MAAS,IACnDC,IAAI,CAACC,KAAK,CAACD,IAAI,CAACE,SAAS,CAACH,MAAM,CAAC;;;;"}