@xct007/frieren-scraper
Version:
6 lines (5 loc) • 347 B
TypeScript
import { errorHandling } from "../Interface";
import { StatusWaIndonesiaAny } from "../Types";
declare function popular(page?: string, seed?: string): Promise<StatusWaIndonesiaAny[] | errorHandling>;
declare function search(query: string, page?: string, seed?: string): Promise<StatusWaIndonesiaAny[] | errorHandling>;
export { popular, search };