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 (8 loc) 213 B
import PipelineOutput from '../pipeline-output.js' interface RunPipelineWorkerResult { returnValue: number stdout: string stderr: string outputs: PipelineOutput[] } export default RunPipelineWorkerResult