method Process.prototype.stdout
Process.prototype.stdout(): AsyncIterable<Uint8Array>

stdout of the process.

Return Type

AsyncIterable<Uint8Array>

Usage

import { Process } from ".";