# Installation
> `npm install --save @types/is-running`

# Summary
This package contains type definitions for is-running (https://github.com/nisaacson/is-running).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-running.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-running/index.d.ts)
````ts
declare function isRunning(pid: number): boolean;

export = isRunning;

````

### Additional Details
 * Last updated: Tue, 07 Nov 2023 03:09:37 GMT
 * Dependencies: none

# Credits
These definitions were written by [Daniel Byrne](https://github.com/danwbyrne).
