UNPKG

263 BTypeScriptView Raw
1/**
2 * Scan for and return the first available port in the indicated range.
3 * Range defaults to 2866 - 2888.
4 * @param start
5 * @param end
6 */
7export declare function scanFreePort(start?: number, end?: number): Promise<number>;
8//# sourceMappingURL=port.d.ts.map
\No newline at end of file