Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/keywork/router/functions/isFetcher.ts>isFetcher

A library for building V8 Isolate web apps on Cloudflare Workers, Deno, and Node.JS
Go to Latest
function isFetcher
import { isFetcher } from "https://deno.land/x/keywork@v6.0.1/router/functions/isFetcher.ts";

Checks if a given object is shaped like a KeyworkFetcher

This fixes some weirdness where instanceof may get clobbered by a user's ESBuild configuration.

Type Parameters

optional
BoundAliases = { }

Parameters

fetcherLike: unknown