mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
* [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
|
||
|---|---|---|
| .. | ||
| enzyme-to-json-tests.tsx | ||
| index.d.ts | ||
| tsconfig.json | ||
| tslint.json | ||