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

stderr of the process.

Return Type

AsyncIterable<Uint8Array>

Usage

import { Process } from ".";