Skip to main content
Module

x/valibot/mod.ts>_ParseResult

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

Parse result type.

definition: { output: TOutput; issues?: undefined; } | { output?: undefined; issues: Issues; }