UNPKG

@11me/xparse

Version:

Simple html and rss parser

7 lines (6 loc) 213 B
export declare class BaseParser { protected fetchProvider: Function; protected headers: Record<string, string>; constructor(fetchProvider?: Function); protected fetch(url: string): Promise<any>; }