Pilates
    Preparing search index...

    Interface StderrHookValue

    interface StderrHookValue {
        stderr: WriteStream;
        write: (s: string) => boolean;
    }
    Index

    Properties

    Properties

    stderr: WriteStream
    write: (s: string) => boolean