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

x/valibot/mod.ts>NonNullableSchemaAsync

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

Non nullable schema async type.

Type Parameters

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

Properties

readonly
type: "non_nullable"

The schema type.

readonly
reference: nonNullableAsync

The schema reference.

readonly
expects: "!null"

The expected property.

readonly
wrapped: TWrapped

The wrapped schema.

readonly
message: TMessage

The error message.