import { type LazySchema } from "https://deno.land/x/live@1.96.6/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.
import { type LazySchema } from "https://deno.land/x/live@1.96.6/engine/schema/lazy.ts";
Calculates the schema when its first accessed. It is thread-safe, so you can call multiple times.