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
/
doujin.d.ts
7 lines
(6 loc)
•
255 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
CheerioAPI
}
from
'cheerio'
;
import
{ baseURLS }
from
'../lib'
;
import
{
IDoujinInfo
}
from
'../Types'
;
export
declare
const
parseDoujinInfo
:
(
$
:
CheerioAPI
,
site
: keyof
typeof
baseURLS,
api_pages
?: { t:
string
; }[]
) =>
Promise
<
IDoujinInfo
>;