import { nonNullishAsync } from "https://deno.land/x/valibot@v0.28.1/src/schemas/index.ts";
Creates an async non nullish schema.
Type Parameters
TWrapped extends BaseSchema | BaseSchemaAsync
Parameters
wrapped: TWrapped
The wrapped schema.
optional
message: ErrorMessageThe error message.
Returns
An async non nullish schema.