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