Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/valibot/mod.ts>nonOptionalAsync

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
function nonOptionalAsync
Re-export
import { nonOptionalAsync } from "https://deno.land/x/valibot@v0.28.1/mod.ts";

Creates an async non optional schema.

Type Parameters

TWrapped extends BaseSchema | BaseSchemaAsync

Parameters

wrapped: TWrapped

The wrapped schema.

optional
message: ErrorMessage

The error message.

Returns

NonOptionalSchemaAsync<TWrapped>

An async non optional schema.