Duffer Derek

Current Path : /var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/tailwindcss/src/util/
Upload File :
Current File : /var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/tailwindcss/src/util/cloneDeep.js

export function cloneDeep(value) {
  if (Array.isArray(value)) {
    return value.map((child) => cloneDeep(child))
  }

  if (typeof value === 'object' && value !== null) {
    return Object.fromEntries(Object.entries(value).map(([k, v]) => [k, cloneDeep(v)]))
  }

  return value
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists