UNPKG

@jspm/generator

Version:

Package Import Map Generation Tool

17 lines (16 loc) 440 B
export { clearCache } from './fetch-native.js'; export declare const fetch: (url: URL, opts?: Record<string, any>) => Promise<Response | { status: number; statusText: string; text(): Promise<any>; json(): Promise<any>; arrayBuffer(): any; } | ((path: any) => { status: number; text(): Promise<string>; json(): Promise<any>; arrayBuffer(): ArrayBuffer; }) | { status: number; statusText: any; }>;