UNPKG

@kontent-ai/delivery-sdk

Version:
6 lines (5 loc) 220 B
export declare class DeliveryUrlHelper { replaceAssetDomain(originalAssetUrl: string, customDomain: string): string; getPathname(url: string): string; } export declare const deliveryUrlHelper: DeliveryUrlHelper;