mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 19:29:30 +08:00
5 lines
210 B
Text
5 lines
210 B
Text
export declare function translateURLToSourcemapPaths(url: string | null, swSrc: string, swDest: string): {
|
|
destPath: string | undefined;
|
|
srcPath: string | undefined;
|
|
warning: string | undefined;
|
|
};
|