UNPKG

@types/react-dev-utils

Version:
7 lines (6 loc) 206 B
/** * Finds the currently running process on `port`. * Returns a string containing the name and directory. */ declare function getProcessForPort(port: number): string | null; export = getProcessForPort;