UNPKG

@dash0/sdk-web

Version:

Dash0's Web SDK to collect telemetry from end-users' web browsers

7 lines (6 loc) 217 B
/** * Parses url using URL constructor. Supports URL objects as passthrough input to simplify implementations * May throw if parsing fails * @param url */ export declare function parseUrl(url: string | URL): URL;