Files
story-studio/remotion/node_modules/@remotion/renderer/dist/get-bundle-url-from-serve-url.d.ts
2026-02-21 10:33:18 +01:00

3 lines
157 B
TypeScript

export declare const getBundleUrlFromServeUrl: (serveUrl: string) => string;
export declare const getBundleMapUrlFromServeUrl: (serveUrl: string) => string;