export module WebUtils{ export function getFaviconUrl(url: URL): string{ return `https://www.google.com/s2/favicons?domain=${url.toString()}`; } }