UNPKG

@xct007/frieren-scraper

Version:
5 lines 258 B
import { errorHandling } from "../Interface"; import { UnsplashSearchResults } from "../Types"; declare function search(query: string, page?: number): Promise<UnsplashSearchResults[] | errorHandling>; export { search }; //# sourceMappingURL=unsplash.d.ts.map