isPortFree.d.ts 98 B

123
  1. declare function isPortFree(port: number, host?: string): Promise<boolean>;
  2. export = isPortFree;