npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

osx-foreground

1.0.2

@juliangruber

npmHomeRepoSnykSocket
Downloads:8
$ npm install osx-foreground
DailyWeeklyMonthlyYearly

osx-foreground

Foreground an application in OSX.

Example

const foreground = require('osx-foreground')

const pid = 91396

foreground(pid, err => {
  if (err) throw err
})

License

MIT