Module

x/fluentci/deps.ts>z.ZodFunction#implement

This is the command line interface for FluentCI.
Go to Latest
method z.ZodFunction.prototype.implement
import { z } from "https://dotland.deno.dev/x/fluentci@v0.13.0/deps.ts";
const { ZodFunction } = z;

Type Parameters

F extends InnerTypeOfFunction<Args, Returns>

Returns

ReturnType<F> extends Returns["_output"] ? (...args: Args["_input"]) => ReturnType<F> : OuterTypeOfFunction<Args, Returns>