UNPKG

@crawlee/core

Version:

The scalable web crawling and scraping library for JavaScript/Node.js. Enables development of data extraction and web automation jobs (not only) with headless Chrome and Puppeteer.

5 lines 257 B
import type { LoggerOptions } from '@apify/log'; import log, { Log, Logger, LoggerJson, LoggerText, LogLevel } from '@apify/log'; export { log, Log, LogLevel, Logger, LoggerJson, LoggerText }; export type { LoggerOptions }; //# sourceMappingURL=log.d.ts.map