Files
base/node_modules/workbox-build/build/lib/rebase-path.d.ts
T
eewing c0fae761da
CI / build (push) Has been skipped
CI / deploy (push) Successful in 1m24s
PWA
2026-02-19 07:41:49 -06:00

5 lines
120 B
TypeScript

export declare function rebasePath({ baseDirectory, file, }: {
baseDirectory: string;
file: string;
}): string;