0.4.0 • Published 11 months ago
@stash-it/memory-adapter v0.4.0
@stash-it/memory-adapter

@stash-it/memory-adapter is a simple in-memory adapter that can be used with @stash-it/stash-it.
Installation
npm
npm install @stash-it/memory-adapterdeno
deno add @stash-it/memory-adapteryarn
yarn dlx jsr add @stash-it/memory-adapterpnpm
pnpm dlx jsr add @stash-it/memory-adapterbun
bunx jsr add @stash-it/memory-adapterUsage
// Import stash-it main class.
import { StashIt } from "@stash-it/stash-it";
import { MemoryAdapter } from "@stash-it/memory-adapter";
// Create an instance of the adapter.
const adapter = new MemoryAdapter();
// And use it with stash-it.
const stash = new StashIt(adapter);License
MIT
Contribution
Feel free to open an issue or a pull request.
0.3.0
11 months ago
0.2.1
11 months ago
0.4.0
11 months ago
0.2.0
1 year ago
0.1.0
1 year ago
0.0.2
1 year ago
0.0.1
1 year ago
0.0.0-beta-2
1 year ago
0.0.0-beta-1
1 year ago