@jsvfs/adapter-noop
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

JSVFS Adapter: No-op

The default adapter for jsvfs. Useful for testing or for using jsvfs purely in-memory with no access to persistent storage.

If you're looking to use jsvfs, it's probably best to start with @jsvfs/core.

This module is the default noop backend for jsvfs and already imported if you have installed @jsvfs/core.

If you're looking to create new adapters, please use @jsvfs/types and look to @jsvfs/adapter-node-fs as an example.

Supported Features

  • Async commits: nope.
  • Pass-through reads: nada.
  • Snapshots: nay.
  • Flush: nein.
  • Journaling: 番号

😀 Because everything is a no-op!

Installation

Get it from npm:

npm install --save @jsvfs/adapter-noop

Documentation

Complete documentation of jsvfs can be found at the jsvfs site.

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @jsvfs/adapter-noop

    Weekly Downloads

    4

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    4.99 kB

    Total Files

    5

    Last publish

    Collaborators

    • aaron.nuclearfamily