UNPKG

@xct007/frieren-scraper

Version:
5 lines (4 loc) 220 B
import { errorHandling } from "../Interface"; import { UnsplashSearchResults } from "../Types"; declare function search(query: string, page?: number): Promise<UnsplashSearchResults[] | errorHandling>; export { search };