module-which
    Preparing search index...

    Interface WhichOptions

    interface WhichOptions {
        cwd?: string;
        env?: ProcessEnv;
        root?: string;
    }
    Index

    Properties

    Properties

    cwd?: string
    env?: ProcessEnv
    root?: string