This commit is contained in:
Florian Zia 2023-04-04 15:41:10 +02:00
Родитель fdac319740
Коммит b075643019
2 изменённых файлов: 3958 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,18 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/**
* Check if the provided link is a valid link
*
* @param {string} linkUrl
* @returns {boolean} True if link is valid
*/
function isValidLink (linkUrl) {
return true
}
export {
isValidLink
}

Разница между файлами не показана из-за своего большого размера Загрузить разницу