@jsvfs/types
v1.0.0
Published
Types for the JavaScript Virtual File System and adapters.
Downloads
16
Maintainers
Readme
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
.
This module implements types and interfaces that can be used for developing jsvfs
itself and adapters.
Installation
Get it from npm:
npm install --save @jsvfs/types
Documentation
Complete documentation of jsvfs
can be found at the jsvfs site.