@jsvfs/types

Types for the JavaScript Virtual File System and adapters.

Usage no npm install needed!

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

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.