Comunica
    Preparing search index...

    Interface IActorOutputInit

    Data interface for the type of an actor run result.

    interface IActorOutputInit {
        stderr?: Readable;
        stdout?: Readable;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    stderr?: Readable

    A standard error output stream.

    stdout?: Readable

    A standard output stream.