UNPKG

itk-wasm

Version:

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

10 lines (7 loc) 203 B
import WorkerProxy from './web-workers/worker-proxy.js' interface ItkWorker extends Worker { terminated: boolean workerProxy: WorkerProxy originalTerminate: () => void } export default ItkWorker