🏡 index : github.com/captn3m0/which-electron.git

module.exports = {
  isDirectory: function(a) {
     return (a? a[0] == "D" : null)
  },
};