isRunning.d.ts 71 B

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