UNPKG

tb-tiktok-dl

Version:

Scraper for downloading media in the form of videos, images and audio from Tiktok. Also for stalking Tiktok Users

3 lines (2 loc) 184 B
import { StalkResult } from "../../types/get/getProfile"; export declare const StalkUser: (username: string, cookie?: any, postLimit?: number, proxy?: string) => Promise<StalkResult>;