JSPM

@bundled-es-modules/memfs

4.17.0
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 428397
    • Score
      100M100P100Q213786F
    • License Apache-2.0

    mirror of memfs, bundled and exposed as ES module

    Package Exports

    • @bundled-es-modules/memfs

    Readme

    memfs

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

    Also injects a shim for process for browser usage.

    Install

    npm install @bundled-es-modules/memfs

    Use

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