Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Latest
function lazy
import { lazy } from "https://deno.land/x/valibot@1.0.0-beta.0-to-json-schema/src/schemas/lazy/lazy.ts";

Creates a lazy schema.

Type Parameters

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

Parameters

getter: (input: unknown) => TWrapped

The schema getter.

Returns

A lazy schema.