node-locate-path

Get the first path that exists on disk of multiple paths
  https://github.com/sindresorhus/locate-path#readme
  0
  no reviews



Node.js module to get the first path that exists on disk, from an array of multiple possible paths.

Provides a synchronous version and an asynchronous version (that returns a promise).

Node.js is an event-based server-side JavaScript engine.