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

    Function statPath

    • Run "fs.promises.stat", but return "undefined" if error is "ENOENT" or "EACCES" follows symlinks

      Parameters

      • path: string

        The Path to Stat

      Returns Promise<Stats | undefined>

      if the error is not "ENOENT" or "EACCES"