function isFetchExceptionimport { isFetchException } from "https://deno.land/x/eitherway@0.10.0/lib/adapters/web/fetch/mod.ts"; isFetchException(err: unknown): err is FetchExceptionParameterserr: unknownReturnserr is FetchException