1.0.0-beta.1 • Published 6 years ago

@fanny-pack/memory v1.0.0-beta.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

Fanny Pack Memory

Fanny Pack running on any JavaScript environment, without persisting data. Useful for testing.

Installation

npm install --save @fanny-pack/memory

Usage

const FannyPack = require('@fanny-pack/memory')

const fp = new FannyPack()

You can now use fp as any other Fanny Pack.

API

new FannyPack()

Create a new Fanny Pack. The data will not be stored.

The rest of the API follows the shared Fanny Pack API.