UNPKG

cross-port-killer

Version:

Kill the process running on a given TCP port on Windows, Linux and Mac

5 lines (4 loc) 171 B
import { Killer } from './port-killer'; export declare const killer: Killer; export declare const kill: (port: number | string) => Promise<string[]>; export default kill;