UNPKG

express-port-switcher

Version:

A smart port management tool that automatically finds and forwards to available ports when preferred ports are in use

4 lines (3 loc) 188 B
export { PortManager } from './lib/PortManager'; export { isPortAvailable, findNextAvailablePort } from './lib/portUtils'; export type { PortManagerOptions, ServerConfig } from './types';