property ChildProcess.prototype.channel
Usage in Deno
```typescript import { ChildProcess } from "node:node__child_process.d.ts"; ```The `subprocess.channel` property is a reference to the child's IPC channel. If
no IPC channel exists, this property is `undefined`.