Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/valibot/mod.ts>unwrap

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

Unwraps the wrapped schema.

Parameters

schema: TSchema

The schema to be unwrapped.

Returns

TSchema["wrapped"]

The unwrapped schema.