Skip to main content
Module

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

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
function lazy
import { lazy } from "https://deno.land/x/valibot@v0.41.0/src/schemas/index.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.