# ProcessStdioNull

`import { ProcessStdioNull } from "destack:process/binding";`

Connect a standard stream to the host null device.

```ds title="ProcessStdioNull"
export struct ProcessStdioNull {
    kind: "null";
}
```

[language/library/src/process/binding/spawn.ds:30:33](https://github.com/destack-sh/destack/blob/main/language/library/src/process/binding/spawn.ds#L30-L33)

## Members

### `kind: "null"`

Discriminator for this stdio variant.
