UNPKG

206 BTypeScriptView Raw
1/**
2 * Finds the currently running process on `port`.
3 * Returns a string containing the name and directory.
4 */
5declare function getProcessForPort(port: number): string | null;
6export = getProcessForPort;