Deprecated
Use IDownloader instead
Filter downloader interface for dependency injection
download(source: string,options?: object,additionalOptions?: object,): Promise<string[]>
Download filter rules from a source
Use IDownloader instead
Filter downloader interface for dependency injection
download(source: string,options?: object,additionalOptions?: object,): Promise<string[]>
Download filter rules from a source
import { type IFilterDownloader } from ".";