Skip to main content
Module

x/cloudflare_kv_storage/packer.ts>StructuredPacker

An implementation of the StorageArea interface using Cloudflare Worker's KV storage as a backing store
Latest
class StructuredPacker
implements KVPacker
import { StructuredPacker } from "https://deno.land/x/cloudflare_kv_storage@v0.9.0-pre.6/packer.ts";

Methods

get(kv: KVNamespace, key: string)
set(
kv: KVNamespace,
key: string,
value: any,
opts?: KVNamespacePutOptions,
)