JSPM

@bundled-es-modules/message-format

6.0.4
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 15509
    • Score
      100M100P100Q157107F

    mirror of message-format, bundled and exposed as ES module

    Package Exports

    • @bundled-es-modules/message-format
    • @bundled-es-modules/message-format/MessageFormat.js

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

    Readme

    message-format

    This is a mirror of message-format, bundled and exposed as ES module.

    Install

    npm install @bundled-es-modules/message-format
    bower install bundled-es-modules/message-format

    Use

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

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