Package Exports
- is-running
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (is-running) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Test if a process with a given pid is running
Dependency tracking by David
Installation
npm install is-running
Usage
require('is-running')(897245) // returns true if a process with pid 897245 is running