Scrapes the MethodDatas from an object wrapped in a CheerioAPI.

Constructors

Properties

TextTypeParameter: RegExp = ...

Methods

  • Parameters

    • $element: Cheerio<Element>

    Returns { description: null | string; descriptionHtml: null | string; name: string }

  • Parameters

    • $object: CheerioAPI
    • $method: Cheerio<Element>
    • $signature: Cheerio<Element>
    • sanitizedSignature: string
    • strategy: QueryStrategy

    Returns Collection<string, ParameterData>