function nullTypeAsyncimport { nullTypeAsync } from "https://deno.land/x/valibot@v0.8.0/src/schemas/nullType/index.ts"; nullTypeAsync(error?: string): NullSchemaAsyncCreates an async null schema. Parametersoptionalerror: stringThe error message. ReturnsNullSchemaAsyncAn async null schema.