import { isFetcher } from "https://deno.land/x/keywork@v6.2.1/router/mod.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.
Returns
fetcherLike is Fetcher<BoundAliases>