SYMBOL INDEX (27 symbols across 6 files) FILE: src/_internal.ts class GetPortError (line 6) | class GetPortError extends Error { method constructor (line 8) | constructor( function _log (line 16) | function _log(verbose: boolean, message: string) { function _generateRange (line 22) | function _generateRange(from: number, to: number): number[] { function _tryPort (line 33) | function _tryPort( function _getLocalHosts (line 52) | function _getLocalHosts(additional: HostAddress[]): HostAddress[] { function _findPort (line 69) | async function _findPort( function _fmtOnHost (line 81) | function _fmtOnHost(hostname: string | undefined) { constant HOSTNAME_RE (line 85) | const HOSTNAME_RE = /^(?!-)[\d.:A-Za-z-]{1,63}(? { function cleanSocket (line 89) | async function cleanSocket(path: string): Promise { FILE: src/types.ts type GetPortOptions (line 1) | interface GetPortOptions { type WaitForPortOptions (line 13) | interface WaitForPortOptions { type GetPortInput (line 19) | type GetPortInput = Partial | number | string; type HostAddress (line 21) | type HostAddress = undefined | string; type PortNumber (line 23) | type PortNumber = number; FILE: src/unsafe-ports.ts function isUnsafePort (line 86) | function isUnsafePort(port: number) { function isSafePort (line 90) | function isSafePort(port: number) { FILE: test/utils.ts function blockPort (line 3) | function blockPort(port: number, host?: string): Promise { function blockPorts (line 12) | async function blockPorts(