Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

Unwraps the wrapped schema.

Parameters

schema: TSchema

The schema to be unwrapped.

Returns

TSchema["wrapped"]

The unwrapped schema.