UNPKG

@xct007/frieren-scraper

Version:
5 lines 227 B
import { errorHandling } from "../Interface"; import { TiktokDownloadResult } from "../Types"; declare function v1(url: string): Promise<TiktokDownloadResult | errorHandling>; export { v1 }; //# sourceMappingURL=tiktok.d.ts.map