Asynchronously parses a value against a Zod schema.
If parsing fails.
The value to parse.
The Zod schema to parse against.
A promise that resolves to the parsed value.
Asynchronously parses a value against a Zod schema.
Throws
If parsing fails.