Additional functions for a store that is backed by Deno.Kv
getDenoKv(key: StorageKey): Promise<Deno.Kv>
Get the underlying Deno.Kv
connection of the store.
Deno KV Storage Module
Additional functions for a store that is backed by Deno.Kv
getDenoKv(key: StorageKey): Promise<Deno.Kv>
Get the underlying Deno.Kv
connection of the store.
Add Package
deno add jsr:@jollytoad/store-deno-kv
Import symbol
import { type ExposeDenoKv } from "@jollytoad/store-deno-kv";
---- OR ----
Import directly with a jsr specifier
import { type ExposeDenoKv } from "jsr:@jollytoad/store-deno-kv";