Module

x/zod/mod.ts>ZodFunction#strictImplement

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
method ZodFunction.prototype.strictImplement
import { ZodFunction } from "https://dotland.deno.dev/x/zod@v3.23.0/mod.ts";

Parameters

func: InnerTypeOfFunction<Args, Returns>

Returns

InnerTypeOfFunction<Args, Returns>