mongodb-memory-server-core
    Preparing search index...

    Interface DryMongoBinaryPaths

    Interface to store all generated Paths that would be possible a binary would be in

    interface DryMongoBinaryPaths {
        homeCache: string;
        modulesCache: string;
        relative: string;
        resolveConfig: string;
    }
    Index

    Properties

    homeCache: string

    Path for "~/.config/" (user home)

    modulesCache: string

    Path for "PROJECT/node_modules/.cache/" (project local cache)

    relative: string

    Path for relative to CWD "CWD/" (relative CWD path)

    resolveConfig: string

    Path from DOWNLOAD_DIR config option