@graffy/memory
v0.17.2
Published
Graffy module providing a simple in-memory store.
Readme
Graffy Memory
Graffy module providing a simple in-memory store.
Usage
import Graffy from '@graffy/core';
import link from '@graffy/link';
const store = new Graffy();
store.use('local', memory());See Graffy documentation for more.
