interface IHtmlParserOptions {
    selector: string;
    selectorRules: IHtmlParserSelectorRules;
}

Properties

selector: string