kill.d.ts 58 B

1234
  1. declare function kill(pid: number): void;
  2. export = kill;