@jsvfs/types
Version:
Types for the JavaScript Virtual File System and adapters.
19 lines (11 loc) • 635 B
Markdown
# JSVFS Types
The type library for `jsvfs`, providing TypeScript types and interfaces for the main module and for creating new 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 types and interfaces that can be used for developing `jsvfs` itself and adapters.
## Installation
Get it from [npm](https://www.npmjs.com/package/@jsvfs/types):
```shell
npm install --save @jsvfs/types
```
## Documentation
Complete documentation of `jsvfs` can be found at the [jsvfs site](https://ahuggins-nhs.github.io/jsvfs/).