UNPKG

@rexxhayanasi/nhentai

Version:

A scraper for NHentai with types

10 lines (9 loc) 284 B
export declare const sites: readonly ["nhentai.to", "nhentai.net"]; export declare const baseURLS: { readonly to: "https://nhentai.to"; readonly net: "https://nhentai.net"; }; export declare const imageSites: { readonly to: "cdn.dogehls.xyz"; readonly net: RegExp; };