mirror of https://github.com/jkjoy/sunpeiwen.git
6 lines
210 B
TypeScript
6 lines
210 B
TypeScript
|
export declare function translateURLToSourcemapPaths(url: string | null, swSrc: string, swDest: string): {
|
||
|
destPath: string | undefined;
|
||
|
srcPath: string | undefined;
|
||
|
warning: string | undefined;
|
||
|
};
|