Skip to main content
Module

x/cloudflare_kv_storage/packer.ts>TypesonPacker

An implementation of the StorageArea interface using Cloudflare Worker's KV storage as a backing store
Latest
class TypesonPacker
implements KVPacker
import { TypesonPacker } 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,
)