UNPKG

xdl

Version:
6 lines (5 loc) 130 B
export declare function getRunningProcess(port: number): { pid: string; directory: string; command: string; } | null;