@d1testflare/storage-file
TypeScript icon, indicating that this package has built-in type declarations

2.9.0 • Public • Published

@d1testflare/storage-file

File-system storage module for Miniflare: a fun, full-featured, fully-local simulator for Cloudflare Workers.

Example

import { KVNamespace } from "@d1testflare/kv";
import { FileStorage } from "@d1testflare/storage-file";

const ns = new KVNamespace(new FileStorage("./data"));
await ns.put("key", "value");
console.log(await ns.get("key")); // value

Package Sidebar

Install

npm i @d1testflare/storage-file

Weekly Downloads

4

Version

2.9.0

License

MIT

Unpacked Size

16 kB

Total Files

5

Last publish

Collaborators

  • oconnorct1