locate-path
Get the first path that exists on disk of multiple paths
find-up
Find a file or directory by walking up parent directories
find-file-up
Find a file fast, by starting at the given cwd and recursing up one directory until the file is found or we run out of directories.
p-locate
Get the first fulfilled promise that satisfies the provided testing function
findup-sync
Find the first file matching a given pattern in the current directory or the nearest ancestor directory.