Node TAP
    Preparing search index...
    interface StdioLog {
        fd: 0 | 1 | 2;
        name: string;
        previous?: LogEntry;
        text: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    fd: 0 | 1 | 2
    name: string
    previous?: LogEntry
    text: string