Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/valibot/src/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.30.0/src/index.ts";

Creates a lazy schema.

Type Parameters

TGetter extends (input: unknown) => BaseSchema

Parameters

getter: TGetter

The schema getter.

Returns

A lazy schema.