UNPKG

275 BJavaScriptView Raw
1// Copyright (c) Microsoft Corporation.
2// Licensed under the MIT license.
3export function checkURL(testString) {
4 return new URL(testString);
5}
6export function sanitizeEndpoint(url) {
7 return new URL(url).href.replace(/\/$/, "");
8}
9//# sourceMappingURL=checkURL.js.map
\No newline at end of file