default export

This commit is contained in:
Julien Bisconti 2021-10-23 23:12:27 +02:00
parent 6d98886661
commit 3bdaf57c76

View File

@ -90,7 +90,7 @@ const exclude_from_list = (link) => {
return is_excluded; return is_excluded;
}; };
module.exports = { export {
LOG, LOG,
handleFailure, handleFailure,
extract_all_links, extract_all_links,