UNPKG

subservient

Version:
6 lines (4 loc) 140 B
import WorkerPool from './pool'; export default function createPool(file: string, size: number) { return new WorkerPool(file, size); }