import { nonNullableAsync } from "https://deno.land/x/valibot@v0.24.0/src/index.ts";
Creates an async non nullable schema.
Type Parameters
TWrapped extends BaseSchema | BaseSchemaAsync
Parameters
wrapped: TWrapped
The wrapped schema.
optional
message: ErrorMessage = [UNSUPPORTED]The error message.
Returns
An async non nullable schema.