Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Usage

import * as cloudflareKvStorage from "https://raw.githubusercontent.com/worker-tools/cloudflare-kv-storage/master/index.ts";

§Classes

CFStorageArea

An implementation of the StorageArea interface wrapping Cloudflare Worker's KV store.

CloudflareStorageArea

An implementation of the StorageArea interface wrapping Cloudflare Worker's KV store.

KVStorageArea deprecated
StorageArea

An implementation of the StorageArea interface wrapping Cloudflare Worker's KV store.

§Interfaces

KVListOptions
KVOptions
KVPutOptions

§Type Aliases

AllowedKey
Key