Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/tpy/src/kv.ts

🔑 A strongly typed Pylon API client.
Latest
import * as tpy from "https://deno.land/x/tpy@v1.0.0-RC/src/kv.ts";

An API client specific to Pylon KV namespace operations. Nearly matches the SDK interface.

Pylon uses an internal Key-Value persistence that can be used via the Pylon KVNamespace SDK.

Classes

A KVNamespace interface that (almost) matches the Pylon KVNamespace SDK class.