npm.io
4.17.0 • Published 1 year ago

@bundled-es-modules/memfs

Licence
Apache-2.0
Version
4.17.0
Deps
7
Size
549 kB
Vulns
0
Weekly
0

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>