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

x/willow/mod.universal.ts>KvBatch

Exploring Willow in the most efficient and sound programming language
Go to Latest
type alias KvBatch
Re-export
import { type KvBatch } from "https://deno.land/x/willow@0.2.1/mod.universal.ts";
definition: { set: <Value>(key: KvKey, value: Value) => void; delete: (key: KvKey) => void; commit: () => Promise<void>; }