translate-url-to-sourcemap-paths.d.ts 210 Bytes Raw Blame History Permalink 1 2 3 4 5 export declare function translateURLToSourcemapPaths(url: string | null, swSrc: string, swDest: string): { destPath: string | undefined; srcPath: string | undefined; warning: string | undefined; };