Skip to main content
SpawnSyncReturns - child_process - Node documentation
interface SpawnSyncReturns

Usage in Deno

import { type SpawnSyncReturns } from "node:child_process";

Type Parameters

T

Properties

pid: number
output: Array<T | null>
status: number | null
signal: Signals | null
optional
error: Error | undefined