UNPKG

es-toolkit

Version:

A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.

12 lines (7 loc) 290 B
'use strict'; Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); const cloneDeepWith = require('./cloneDeepWith.js'); function cloneDeep(obj) { return cloneDeepWith.cloneDeepWithImpl(obj, undefined, obj, new Map(), undefined); } exports.cloneDeep = cloneDeep;