@bundled-es-modules/deep-diff

1.0.2-rc.1 • Public • Published

deep-diff

This is a mirror of deep-diff, bundled and exposed as ES module.

Install

npm install @bundled-es-modules/deep-diff
bower install bundled-es-modules/deep-diff

Use

<script type="module">
  // from main file
  import { deepDiff } from 'deep-diff';
  // or directly
  import deepDiff from 'deep-diff/deepDiff.js';
  console.log(deepDiff);
</script>

Make sure you added @bundled-es-modules scope to the path if used via npm.

Readme

Keywords

none

Package Sidebar

Install

npm i @bundled-es-modules/deep-diff

Weekly Downloads

0

Version

1.0.2-rc.1

License

none

Unpacked Size

16.9 kB

Total Files

7

Last publish

Collaborators

  • passle
  • d4kmor
  • bashmish
  • robrez
  • jorenbroekema