Skip to main content
Module

x/zod/types.ts>ZodFunction#strictImplement

TypeScript-first schema validation with static type inference
Very Popular
Go to Latest
method ZodFunction.prototype.strictImplement
import { ZodFunction } from "https://deno.land/x/zod@v3.17.3/types.ts";

Parameters

func: InnerTypeOfFunction<Args, Returns>

Returns

InnerTypeOfFunction<Args, Returns>