isRunning.d.ts 71 B

1234
  1. declare function isRunning(pid: number): boolean;
  2. export = isRunning;