Skip to main content
Module

x/cloudflare_kv_storage/index.ts>KVOptions

An implementation of the StorageArea interface using Cloudflare Worker's KV storage as a backing store
Go to Latest
interface KVOptions
import { type KVOptions } from "https://deno.land/x/cloudflare_kv_storage@v0.9.0-pre.4/index.ts";

Index Signatures

[k: string]: any

Properties

optional
namespace: KVNamespace
optional
deprecated
packer: KVPacker