import { objectAsync } from "https://deno.land/x/valibot@v0.5.0/src/index.ts";
Creates an async object schema.
Type Parameters
TObjectShape extends ObjectShapesAsync
Parameters
object: TObjectShape
The object schema.
optional
pipe: PipeAsync<ObjectOutput<TObjectShape>>A validation and transformation pipe.
Returns
An async object schema.
Creates an async object schema.
Type Parameters
TObjectShape extends ObjectShapesAsync
Parameters
object: TObjectShape
The object schema.
optional
pipe: PipeAsync<ObjectOutput<TObjectShape>>A validation and transformation pipe.
Returns
An async object schema.