function defaultimport { default } from "https://deno.land/x/libpkgx@v0.20.0/src/hooks/useFetch.ts"; default(input: string | URL | Request, init?: RequestInit | undefined): Promise<Response>Parametersinput: string | URL | Requestoptionalinit: RequestInit | undefinedReturnsPromise<Response>