mirror of https://github.com/jkjoy/sunpeiwen.git
5 lines
120 B
TypeScript
5 lines
120 B
TypeScript
|
export declare function rebasePath({ baseDirectory, file, }: {
|
||
|
baseDirectory: string;
|
||
|
file: string;
|
||
|
}): string;
|