Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/live/engine/schema/lazy.ts>LazySchema

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Latest
interface LazySchema
import { type LazySchema } from "https://deno.land/x/live@1.74.1/engine/schema/lazy.ts";

Properties

value: Promise<Schemas>

Calculates the schema when its first accessed. It is thread-safe, so you can call multiple times.

revision: Promise<string>

The revision of the schema. It is used to invalidate the cache.