UNPKG

@xct007/frieren-scraper

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