Options
All
  • Public
  • Public/Protected
  • All
Menu

Implements a "Process" - a reader and a writer, along with some utility functions.

Hierarchy

  • Process

Constructors

Constructors

constructor

  • new Process(rd: Deno.Reader, wr: Deno.Writer): Process

Create a new process.

Parameters

  • rd: Deno.Reader

    The standard output and error of the process

  • wr: Deno.Writer

    The standard input of the process

Returns Process

  • Inherited
  • Protected
  • Private
  • Static
  • Module
  • Object
  • Property
  • Function
  • Variable
  • Index
  • Type
  • Class
  • Interface
  • Enum
  • Constructor
  • Getter/Setter
Made with ❤️ by pirix-gh. Documentation generated by TypeDoc.