UNPKG

@oxog/port-terminator

Version:

Cross-platform utility to terminate processes on ports with zero dependencies

14 lines 333 B
#!/usr/bin/env node declare class CLI { private logger; constructor(); run(args?: string[]): Promise<void>; private executeCommand; private resolvePorts; private executeDryRun; private executeTermination; private showHelp; private showVersion; } export { CLI }; //# sourceMappingURL=index.d.ts.map