DefinitelyTyped/types/open-graph
Paul Melnikow c9a000fa00
[cheerio] Refactor using namespace to expose internal types for callers (#46006)
* [cheerio] Export interfaces

This makes it possible to write a function like this, which accepts these internal types:

```ts
function hasSelector(parsed: CheerioSelector, selector: string) {
  return parsed(selector).length
}
```

* Rework using a combination of module and namespace

* Update related defs

* Remove obsolete comment

* CheerioOptions -> CheerioParserOptions

* Update enzyme

* Update enzyme, again

* Fix most of this

* Fix merge error

* Fix enzyme-react-intl

* Try to fix lint error

* update enzyme-to-json

* cheerio: Add missing `version` property

* Revert lint config change

* Rename CheerioRoot -> Root et al
2020-09-23 11:58:06 -07:00
..
index.d.ts
open-graph-tests.ts
tsconfig.json
tslint.json