import { __fetch } from "https://deno.land/x/deno@v0.28.0/cli/js/lib.deno_runtime.d.ts";
const { fetch } = __fetch;
Fetch a resource from the network.
Parameters
input: __domTypes.Request | __url.URL | string
optional
init: __domTypes.RequestInit