website-scrap-engine
Version:
Configurable website scraper in typescript
9 lines (8 loc) • 392 B
text/typescript
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';