UNPKG

find-process

Version:

find process info by port/pid/name etc.

3 lines 131 B
declare function findPidByPort(port: number): Promise<number>; export default findPidByPort; //# sourceMappingURL=find_pid.d.ts.map