UNPKG

@xct007/frieren-scraper

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