UNPKG

zyscr

Version:
5 lines 329 B
import { errorHandling } from "../Interface"; import { NhentaiSearchResults, NhentaiDetails } from "../Types"; export declare function search(query: string): Promise<NhentaiSearchResults[] | errorHandling>; export declare function detail(id: number): Promise<NhentaiDetails | errorHandling>; //# sourceMappingURL=nhentai.d.ts.map