@azure/service-bus
Version:
Azure Service Bus SDK for JavaScript
15 lines • 324 B
JavaScript
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
/**
* @internal
*/
import { URL } from "url";
/**
* @internal
*/
export const parseURL = (rawUrl) => {
return new URL(rawUrl);
};
//# sourceMappingURL=parseUrl.js.map