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

x/valibot/mod.ts>NonNullishSchema

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

Non nullish schema type.

Type Parameters

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

Properties

readonly
type: "non_nullish"

The schema type.

readonly
reference: nonNullish

The schema reference.

readonly
expects: "!null & !undefined"

The expected property.

readonly
wrapped: TWrapped

The wrapped schema.

readonly
message: TMessage

The error message.