property ChildProcess.prototype.signalCode Usage in Deno```typescript import { ChildProcess } from "node:node__child_process.d.ts"; ``` The `subprocess.signalCode` property indicates the signal received by the child process if any, else `null`. Type Signals | null