Files
cheerio/src/index-browser.mts
hexpunk 1c31dfe1e3 fix(types): re-export types from domhandler (#4353)
* [#4256] Re-export types from domhandler

* add `excludeExternals`

---------

Co-authored-by: Felix <188768+fb55@users.noreply.github.com>
2026-02-10 09:14:04 +00:00

15 lines
261 B
TypeScript

export type * from './types.js';
export type {
AnyNode,
Cheerio,
CheerioAPI,
CheerioOptions,
Document,
Element,
HTMLParser2Options,
ParentNode,
} from './slim.js';
export { contains, merge } from './static.js';
export * from './load-parse.js';