@altano/html-cdnify
Version:
Transform the relative URLs in your HTML markup (e.g. scripts, stylesheets, images) to use your CDN URL.
7 lines • 308 B
TypeScript
//#region src/urlConverter.d.ts
/**
* Resolve oldUrl against pathOldUrlIsRelativeTo, and then prepend newUrlBase
*/
declare const _default: (newUrlBase: string, oldUrl: string, pathOldUrlIsRelativeTo?: string) => string; //#endregion
export { _default as default };
//# sourceMappingURL=urlConverter.d.ts.map