UNPKG

nitropage

Version:

A free and open source, extensible visual page builder based on SolidStart.

5 lines (4 loc) 150 B
/** * Seemingly the only clone, that works across realms (parent/iframe) */ export const cloneDeep = (src: any) => JSON.parse(JSON.stringify(src));