@jsvfs/extras

Shared classes and helpers for JSVFS adapters.

Usage no npm install needed!

<script type="module">
  import jsvfsExtras from 'https://cdn.skypack.dev/@jsvfs/extras';
</script>

README

JSVFS Extras

Shared classes and helpers for JSVFS adapters.

If you're looking to use jsvfs, it's best to start with @jsvfs/core.

This module implements classes that can be used for developing adapters.

Exports

  • Journal: The error handling library for JSVFS adapters, providing classes for the official adapters.
  • Matcher: The glob matching facility for JSVFS adapters.

Installation

Get it from npm:

npm install --save @jsvfs/extras

Documentation

Complete documentation of jsvfs can be found at the jsvfs site.