UNPKG

cheerio

Version:

The fast, flexible & elegant library for parsing and manipulating HTML and XML.

11 lines (9 loc) 213 B
export type * from './types.js'; export type { Cheerio, CheerioAPI, CheerioOptions, HTMLParser2Options, } from './slim.js'; export { contains, merge } from './static.js'; export * from './load-parse.js';