UNPKG

fabric

Version:

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

1 lines 342 B
{"version":3,"file":"cloneDeep.min.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,EAA+BC,GAC1CC,KAAKC,MAAMD,KAAKE,UAAUH"}