UNPKG

overwatch-api-server

Version:
13 lines (9 loc) 190 B
'use strict'; const which = require("which") function whichOrUndefined(executable) { try { return which.sync(executable) } catch (error) { } } module.exports = whichOrUndefined