Documentation for Simbo's Packages
    Preparing search index...

    Interface Options

    Options for finding a binary executable.

    interface Options {
        workingDir?: string;
    }
    Index

    Properties

    Properties

    workingDir?: string

    The working directory to start searching for the binary in. If not specified, the current working directory will be used.

    process.cwd()