UNPKG

@azure/service-bus

Version:
15 lines 324 B
// 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