1
2
3
4
5
6
import { openKv } from "https://esm.town/v/pomdtr/kv";
const kv = openKv();
await kv.set("key", true);
console.log(await kv.get("key"));
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Comments
Nobody has commented on this val yet: be the first!
March 31, 2024