Skip to main content
Module

x/zod/mod.ts>isAsync

TypeScript-first schema validation with static type inference
Extremely Popular
Latest
variable isAsync
Re-export
import { isAsync } from "https://deno.land/x/zod@v3.23.8/mod.ts";

type

<T>(x: ParseReturnType<T>) => x is AsyncParseReturnType<T>