UNPKG

@azure/service-bus

Version:
13 lines 408 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT license. // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. /** * @internal */ export const parseURL = (rawUrl) => { // eslint-disable-next-line @typescript-eslint/ban-ts-comment // @ts-ignore: "self" will exist in the browser. return new self.URL(rawUrl); }; //# sourceMappingURL=parseUrl.browser.js.map