UNPKG

@xct007/frieren-scraper

Version:
5 lines (4 loc) 195 B
import { errorHandling } from "../Interface"; import { ZippyShareResult } from "../Types"; declare function download(url: string): Promise<ZippyShareResult | errorHandling>; export { download };