Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/blocks/engine/releases/provider.ts>getRelease

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Go to Latest
variable getRelease
import { getRelease } from "https://deno.land/x/blocks@1.57.9/engine/releases/provider.ts";

Compose config and pages tables into a single ConfigStore provider given the impression that they are a single source of truth.

type

(
ns: string,
site: string,
siteId?,
localStorageOnly?,
) => Promise<Release>