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
find-up-simple
Find a file or directory by walking up parent directories — Zero dependencies