// Copyright (c) Microsoft Corporation.// Licensed under the MIT license.exportfunctioncheckURL(testString) {
returnnewURL(testString);
}
exportfunctionsanitizeEndpoint(url) {
returnnewURL(url).href.replace(/\/$/, "");
}
//# sourceMappingURL=checkURL.js.map