UNPKG
@rexxhayanasi/nhentai
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
A scraper for NHentai with types
whatsapp.com/channel/0029VapYyKEGufIpsd3Rja2C
@rexxhayanasi/nhentai
/
dist
/
Parser
/
list.d.ts
5 lines
(4 loc)
•
200 B
TypeScript
View Raw
1
2
3
4
5
import
{
CheerioAPI
}
from
'cheerio'
;
import
{ baseURLS }
from
'../lib'
;
import
{
IList
}
from
'../Types'
;
export
declare
const
parseDoujinList
:
(
$
:
CheerioAPI
,
site
: keyof
typeof
baseURLS
) =>
IList
;