Downloader interface for dependency injection Allows different downloader implementations
download(source: string): Promise<string[]>
Download filter rules from a source
Downloader interface for dependency injection Allows different downloader implementations
download(source: string): Promise<string[]>
Download filter rules from a source
import { type IDownloader } from ".";