markmap
    Preparing search index...

    Interface IHtmlParserResult

    interface IHtmlParserResult {
        comments?: string[];
        html?: null | string;
        nesting?: boolean;
        queue?: Cheerio<any>;
    }
    Index

    Properties

    comments?: string[]
    html?: null | string
    nesting?: boolean
    queue?: Cheerio<any>