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

x/valibot/src/schemas/lazy/index.ts>LazySchema

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Latest
interface LazySchema
import { type LazySchema } from "https://deno.land/x/valibot@v0.35.0/src/schemas/lazy/index.ts";

Lazy schema type.

Type Parameters

TWrapped extends BaseSchema<unknown, unknown, BaseIssue<unknown>>

Properties

readonly
type: "lazy"

The schema type.

readonly
reference: lazy

The schema reference.

readonly
expects: "unknown"

The expected property.

readonly
getter: (input: unknown) => TWrapped

The schema getter.