UNPKG

@xct007/frieren-scraper

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