UNPKG

@xct007/frieren-scraper

Version:
7 lines 398 B
import { errorHandling } from "../Interface"; import { AnoboyLatest, AnoboyDetail } from "../Types"; declare function latest(): Promise<AnoboyLatest[] | errorHandling>; declare function search(query: string): Promise<AnoboyLatest[] | errorHandling>; declare function detail(url: string): Promise<AnoboyDetail | errorHandling>; export { latest, search, detail }; //# sourceMappingURL=anoboy.d.ts.map