- fixes: #2153 - fixes: #1566 - fixes: #1690 - fixes: #2275 - fixes: #2276
const findProcess = require('find-process')
const byPid = (pid) => {
return findProcess('pid', pid)
}
module.exports = {
byPid,