mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 15:39:31 +08:00
4 lines
120 B
Text
4 lines
120 B
Text
export declare function rebasePath({ baseDirectory, file, }: {
|
|
baseDirectory: string;
|
|
file: string;
|
|
}): string;
|