UNPKG

@xct007/frieren-scraper

Version:
4 lines (3 loc) 135 B
import { errorHandling } from "../Interface"; declare function search(query: string): Promise<any | errorHandling>; export { search };