4 lines
98 B
TypeScript
4 lines
98 B
TypeScript
declare function isPortFree(port: number, host?: string): Promise<boolean>;
|
|
|
|
export = isPortFree;
|