@azure/service-bus
Version:
Azure Service Bus SDK for JavaScript
13 lines • 408 B
JavaScript
// 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