UNPKG

@jsvfs/extras

Version:
24 lines (14 loc) 708 B
# JSVFS Extras Shared classes and helpers for JSVFS adapters. If you're looking to use `jsvfs`, it's best to start with [`@jsvfs/core`](https://ahuggins-nhs.github.io/jsvfs/modules/_jsvfs_core.html). 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](https://www.npmjs.com/package/@jsvfs/extras): ```shell npm install --save @jsvfs/extras ``` ## Documentation Complete documentation of `jsvfs` can be found at the [jsvfs site](https://ahuggins-nhs.github.io/jsvfs/).