@peggyjs/from-mem - v3.1.0
    Preparing search index...

    Interface ConsoleOutErr

    interface ConsoleOutErr {
        capture?: () => void;
        err?: string;
        out?: string;
    }
    Index

    Properties

    Properties

    capture?: () => void

    Call this to snapshot out and err. Will be added to the empty object you provide.

    err?: string

    Stdout.

    out?: string

    Stdout.