UNPKG

@tcortega/twitter-scraper

Version:

Twitter Scraper & Media Downloader. Scrape info from any tweet.

6 lines (5 loc) 165 B
export declare class TwitterScraperError { readonly message: string; readonly errorType: string; constructor(message: string, errorType: string); }