UNPKG

@jmodule/client

Version:
3 lines (2 loc) 158 B
import { ResourceType } from '../config'; export declare function resolveUrlByFetch(currentUrl: string, sourceUrl: string, type: ResourceType): Promise<any>;