Skip to main content
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.18.0/mod.ts";

Unwraps the wrapped schema.

Parameters

schema: TSchema

The schema to be unwrapped.

Returns

TSchema["wrapped"]

The unwrapped schema.