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

x/valibot/mod.ts>NonNullableSchema

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

Non nullable schema type.

Type Parameters

TWrapped extends BaseSchema<unknown, unknown, BaseIssue<unknown>>
TMessage extends ErrorMessage<NonNullableIssue> | undefined

Properties

readonly
type: "non_nullable"

The schema type.

readonly
reference: nonNullable

The schema reference.

readonly
expects: "!null"

The expected property.

readonly
wrapped: TWrapped

The wrapped schema.

readonly
message: TMessage

The error message.