UNPKG
@realfavicongenerator/check-favicon
Version:
latest (0.8.2)
0.8.2
0.8.1
0.8.0
0.6.1
0.6.0
0.5.2
0.5.0
0.4.18
0.4.17
0.4.8
0.4.7
0.4.6
0.4.5
0.4.3
0.4.0
0.3.2
0.3.0
0.2.7
0.2.2
0.2.0
0.1.2
0.1.1
0.1.0
0.0.2
0.0.1
Check the favicon of a website
github.com/RealFaviconGenerator/core
RealFaviconGenerator/core
@realfavicongenerator/check-favicon
/
dist
/
desktop
/
ico.d.ts
5 lines
(4 loc)
•
282 B
TypeScript
View Raw
1
2
3
4
5
import
{
DesktopSingleReport
,
Fetcher
}
from
"../types"
;
import
{
HTMLElement
}
from
'node-html-parser'
;
export
declare
const
IcoFaviconSizes
:
number
[];
export
declare
const
checkIcoFavicon
:
(
url
:
string
,
head
:
HTMLElement
|
null
,
fetcher
:
Fetcher
) =>
Promise
<
DesktopSingleReport
>;