3 lines
157 B
TypeScript
3 lines
157 B
TypeScript
export declare const getBundleUrlFromServeUrl: (serveUrl: string) => string;
|
|
export declare const getBundleMapUrlFromServeUrl: (serveUrl: string) => string;
|