Skip to main content

Built and signed on GitHub Actions

Deno KV Storage Module

This package works with Deno
This package works with Deno
JSR Score
94%
Published
2 months ago (0.4.0)
interface ExposeDenoKv

Additional functions for a store that is backed by Deno.Kv

Methods

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";