Skip to main content
Module

x/http_utils/dev_deps.ts>Fn

HTTP utility collection for Fetch API
Go to Latest
type alias Fn
import { type Fn } from "https://deno.land/x/http_utils@1.0.0-beta.14/dev_deps.ts";

Type Parameters

F extends (...args: any) => any
definition: [...Parameters<F>, ReturnType<F>]