UNPKG

itk-wasm

Version:

High-performance spatial analysis in a web browser, Node.js, and reproducible execution across programming languages and hardware architectures.

6 lines (5 loc) 435 B
export type { default as WorkerPoolFunctionResult } from './worker-pool-function-result.js'; export type { default as WorkerPoolFunctionOption } from './worker-pool-function-option.js'; export type { default as WorkerPoolProgressCallback } from './worker-pool-progress-callback.js'; export type { default as WorkerPoolRunTasksResult } from './worker-pool-run-tasks-result.js'; export { default as WorkerPool } from './worker-pool.js';