UNPKG

@cto.ai/ops

Version:

💻 CTO.ai - The CLI built for Teams 🚀

6 lines (5 loc) • 215 B
/** * Takes in an array of numbers, and returns the first one ith available port. * If no ports are available, return null */ export declare const getFirstActivePort: (ports: number[]) => Promise<number | null>;