website-scrap-engine
Version:
Configurable website scraper in typescript
9 lines • 437 B
JavaScript
export { adjust } from './adjust-concurrency.js';
export { AbstractDownloader } from './main.js';
export { MultiThreadDownloader } from './multi.js';
export { PipelineExecutorImpl } from './pipeline-executor-impl.js';
export { SingleThreadDownloader } from './single.js';
export * as types from './types.js';
export { WorkerPool } from './worker-pool.js';
export * as workerType from './worker-type.js';
//# sourceMappingURL=index.js.map