UNPKG

lightning-pool

Version:

Fastest generic Pool written with TypeScript

8 lines (7 loc) 215 B
import { Pool } from './pool.js'; export * from './abort-error.js'; export * from './definitions.js'; export * from './pool.js'; export function createPool(factory, config) { return new Pool(factory, config); }