UNPKG

itk-wasm

Version:

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

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