deepcopy-esm
TypeScript icon, indicating that this package has built-in type declarations

2.1.1 • Public • Published

deepcopy-esm

This is a fully-ESM compatible version of the deepcopy package.

Install

npm i deepcopy-esm

Usage

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.

Readme

Keywords

Package Sidebar

Install

npm i deepcopy-esm

Weekly Downloads

12,133

Version

2.1.1

License

(MIT or CC0 1.0)

Unpacked Size

55.6 kB

Total Files

18

Last publish

Collaborators

  • electrovir