gsr
    Preparing search index...

    Type Alias ResultParser<R>

    ResultParser: (cheerio: CheerioAPI, noPartialResults: boolean) => R[] | R | null

    Type Parameters

    Type declaration

      • (cheerio: CheerioAPI, noPartialResults: boolean): R[] | R | null
      • Parameters

        • cheerio: CheerioAPI
        • noPartialResults: boolean

        Returns R[] | R | null