UNPKG

itk-wasm

Version:

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

9 lines (8 loc) 226 B
import PipelineOutput from '../pipeline-output.js'; interface RunPipelineWorkerResult { returnValue: number; stdout: string; stderr: string; outputs: PipelineOutput[]; } export default RunPipelineWorkerResult;