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 (4 loc) 171 B
import * as Comlink from 'comlink' import WorkerOperations from './worker-operations.js' type WorkerProxy = Comlink.Remote<WorkerOperations> export default WorkerProxy