deepcopy-esm
This is a fully-ESM compatible version of the deepcopy package.
Install
npm i deepcopy-esmUsage
This package exports the API a little bit differently than deepcopy does:
import {deepCopy} from 'deepcopy-esm';
const someObject = {};
const myCopy = deepCopy(someObject);For all other docs, see https://www.npmjs.com/package/deepcopy directly.