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

x/astral/bindings/celestial.ts>Storage_SharedStorageEntry

A high-level puppeteer/playwright-like library for Deno
Latest
type alias Storage_SharedStorageEntry
import { type Storage_SharedStorageEntry } from "https://deno.land/x/astral@0.3.5/bindings/celestial.ts";

Struct for a single key-value pair in an origin's shared storage.

definition: { key: string; value: string; }