osx-foreground

1.0.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i osx-foreground

Weekly Downloads

6

Version

1.0.2

License

MIT

Last publish

Collaborators

  • juliangruber