Interface StdioOutputStream

Implemented by entities to which data can be written.

Hierarchy

Properties

Methods

Properties

height: number
isTTY: boolean
type: StdioType
width: boolean

Methods

  • Writes the given data buffer. Resolves to the number of written bytes.

    Parameters

    • buf: Uint8Array

      Buffer of data to write.

    Returns Promise<number>

Generated using TypeDoc