unstorage-driver-black-hole
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

unstorage-driver-black-hole

Provides an unstorage driver which does not store anything.

Useful for local development.

Installation

# Using pnpm
pnpm add unstorage-driver-black-hole

# Using yarn
yarn add unstorage-driver-black-hole

# Using npm
npm install unstorage-driver-black-hole

Usage

import { createStorage } from 'unstorage';
import blackHoleStorage from 'unstorage-driver-black-hole';

const storage = createStorage({
  driver: blackHoleStorage(),
});

Readme

Keywords

Package Sidebar

Install

npm i unstorage-driver-black-hole

Weekly Downloads

21

Version

1.0.2

License

MIT

Unpacked Size

17.1 kB

Total Files

12

Last publish

Collaborators

  • screeny05