UNPKG

@oxog/port-finder

Version:

Zero-dependency port finder for Node.js applications with plugin support

18 lines 457 B
#!/usr/bin/env node interface CLIOptions { start?: number; end?: number; exclude?: number[]; host?: string; count?: number; consecutive?: boolean; validators?: string[]; check?: number; json?: boolean; help?: boolean; } export declare function parseArgs(args: string[]): CLIOptions; export declare function printHelp(): void; export declare function main(): Promise<void>; export {}; //# sourceMappingURL=cli.d.ts.map