rebase-path.d.ts 120 B

1234
  1. export declare function rebasePath({ baseDirectory, file, }: {
  2. baseDirectory: string;
  3. file: string;
  4. }): string;