UNPKG

tiktermux

Version:

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

9 lines (8 loc) 289 B
import chalk from "chalk"; export declare class Logger { static success(message: string): void; static error(message: string): void; static info(message: string): void; static warning(message: string): void; static result(message: string, color?: chalk.Chalk): void; }