UNPKG

tiktokapi-src

Version:

Unofficial scraper for downloading media from tiktok

3 lines (2 loc) 135 B
import { SSSTikResponse } from "../../types/downloader/ssstik"; export declare const SSSTik: (url: string) => Promise<SSSTikResponse>;