1.0.0 • Published 3 years ago

@jsvfs/extras v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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.