📄 rebase-path.d.ts
/home/palash/git/site/node_modules/workbox-build/build/lib/rebase-path.d.ts
Language: ts • Lines: 4
export declare function rebasePath({ baseDirectory, file, }: {
    baseDirectory: string;
    file: string;
}): string;