node-isexe

minimal module to check if a file is executable
  https://github.com/isaacs/isexe
  0
  no reviews



This Node.js module allows ones to check if a given file is executable, using promise is available and checking PATHEXT environment variable on windows.

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