UNPKG

@xct007/frieren-scraper

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