| 1 | import type { Source } from '@crawlee/cheerio'; |
| 2 | import { cheerioCrawlerEnqueueLinks, Configuration, RequestQueue } from '@crawlee/cheerio'; |
| 3 | import type { CheerioAPI } from 'cheerio'; |
| 4 | import { load } from 'cheerio'; |
nothing calls this directly
no test coverage detected