UNPKG

@yeci226/nhentai-ts

Version:

A scraper for NHentai with types

7 lines (6 loc) 255 B
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>;