UNPKG

realfavicon

Version:

Check favicon with RealFaviconGenerator from the CLI

6 lines (4 loc) 155 B
export const getUrl = (urlOrPort: string): string => { if (urlOrPort.match(/^\d+$/)) return `http://localhost:${urlOrPort}`; return urlOrPort; }