Skip to main content
Module

x/zod/index.ts>isAsync

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

type

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