UNPKG

@tcortega/twitter-scraper

Version:

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

4 lines (3 loc) 125 B
export class TwitterScraperError { constructor(public readonly message: string, public readonly errorType: string) {} }