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

x/valibot/src/schemas/nonNullable/nonNullable.ts>nonNullable

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

Creates a non nullable schema.

Type Parameters

TWrappedSchema extends BaseSchema

Parameters

The wrapped schema.

optional
error: string

The error message.