rebase-path.d.ts 120 Bytes Raw Blame History Permalink 1 2 3 4 export declare function rebasePath({ baseDirectory, file, }: { baseDirectory: string; file: string; }): string;