UNPKG

@nsnanocat/util

Version:

Pure JS's util module for well-known iOS network tools

7 lines (4 loc) 221 B
import { fetch as fetchRuntime } from "./fetch.mjs"; import type { Fetch } from "./fetch.d.ts"; export type { Fetch, FetchRequest, FetchResponse } from "./fetch.d.ts"; export const fetch: Fetch = fetchRuntime as Fetch;