Type alias Output

Output: {
    code: number;
    ok: boolean;
    stderr: string;
    stderrBytes: Uint8Array;
    stdout: string;
    stdoutBytes: Uint8Array;
}

Type declaration

  • code: number
  • ok: boolean
  • Readonly stderr: string
  • stderrBytes: Uint8Array
  • Readonly stdout: string
  • stdoutBytes: Uint8Array

Generated using TypeDoc