JSPM

@bundled-es-modules/diffable-html

4.0.0
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 13
    • Score
      100M100P100Q62489F

    mirror of diffable-html, bundled and exposed as ES module

    Package Exports

    • @bundled-es-modules/diffable-html

    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/diffable-html) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    diffable-html

    This is a mirror of diffable-html, bundled and exposed as ES module.

    Install

    npm install @bundled-es-modules/diffable-html

    Use

    <script type="module">
      import toDiffableHtml from '@bundles-es-modules/diffable-html';
      // or directly
      import toDiffableHtml from '@bundles-es-modules/diffable-html/diffable-html.js';
    </script>