Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

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

A command line tool which dumps events stored in Nostr relays
Go to Latest
method z.ZodFunction.prototype.implement
import { z } from "https://deno.land/x/nosdump@0.4.4/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>