Skip to main content
Go to Latest
interface SpawnSyncResult
import { type SpawnSyncResult } from "https://deno.land/std@0.175.0/node/internal/child_process.ts";

Properties

optional
pid: number
optional
output: [string | null, string | Buffer | null, string | Buffer | null]
optional
stdout: Buffer | string | null
optional
stderr: Buffer | string | null
optional
status: number | null
optional
signal: string | null
optional
error: Error