This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
export declare function translateURLToSourcemapPaths(url: string | null, swSrc: string, swDest: string): {
|
||||
destPath: string | undefined;
|
||||
srcPath: string | undefined;
|
||||
warning: string | undefined;
|
||||
};
|
||||
Reference in New Issue
Block a user