UNPKG

@phunky/scrape-channel-listings

Version:

A TypeScript library for scraping TV channel listings from various providers

7 lines (6 loc) 224 B
import type { ScraperResult } from '../index'; /** * Writes scraper results to JSON files * @param results Array of scraper results to write */ export declare function writeResultsToFiles(results: ScraperResult[]): void;