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
/
test-helper.d.ts
5 lines
(4 loc)
•
146 B
TypeScript
View Raw
1
2
3
4
5
import
{
FetchResponse
,
Fetcher
}
from
"./types"
;
export
declare
const
testFetcher
:
(
database
: { [url:
string
]: FetchResponse; }
) =>
Fetcher
;