UNPKG

@cosva-lab/form-builder

Version:
5 lines (4 loc) 132 B
//#region src/utils/cloneDeep.ts const cloneDeep = (value) => JSON.parse(JSON.stringify(value)); //#endregion export { cloneDeep };