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

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Go to Latest
interface LazySchema
import { type LazySchema } from "https://deno.land/x/live@1.57.32/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.