Skip to main content
Module

x/valibot/mod.ts>ValidateInfo

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
type alias ValidateInfo
Re-export
import { type ValidateInfo } from "https://deno.land/x/valibot@v0.9.0/mod.ts";

Validate info type.

definition: ParseInfo & Pick<Issue, "reason">