Skip to main content
Module

x/valibot/mod.ts>getOutput

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

Returns the result object with an output.

Parameters

output: TOutput

The output value.

Returns

{ output: TOutput; }

The result object.