Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@bundled-es-modules/deepmerge

jorenbroekema1mISC4.3.1

mirror of deepmerge, bundled and exposed as ES module

readme

deepmerge

This is a mirror of deepmerge, bundled and exposed as ES module.

Install

npm install @bundled-es-modules/deepmerge

Use

<script type="module">
  import deepmerge from '@bundled-es-modules/deepmerge';
</script>