import type { CheerioAPI } from '../load.js'; import { load } from '../load-parse.js'; /** A Cheerio instance with no content. */ export const cheerio: CheerioAPI = load([]); export const fruits: string = [ '', ].join(''); export const vegetables: string = [ '', ].join(''); export const divcontainers: string = [ '
', '
First
', '
Second
', '
', '
', '
Third
', '
Fourth
', '
', '
', '
\n\n

\n\n
', '
', ].join(''); export const chocolates: string = [ '', ].join(''); export const drinks: string = [ '', ].join(''); export const food: string = [ '', ].join(''); export const eleven = `