@oazmi/kitchensink - v0.9.13
    Preparing search index...

    Interface ExecShellCommandResult

    interface ExecShellCommandResult {
        stdout: string;
        stderr: string;
    }
    Index

    Properties

    Properties

    stdout: string
    stderr: string