JSPM

@bundled-es-modules/deep-diff

1.0.2-rc.1
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 96
    • Score
      100M100P100Q61572F

    mirror of deep-diff, bundled and exposed as ES module

    Package Exports

    • @bundled-es-modules/deep-diff

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@bundled-es-modules/deep-diff) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    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.