close
close: [hadError: boolean]
connect
connect: []
connectionAttempt
connectionAttempt: [ip: string, port: number, family: number]
connectionAttemptFailed
connectionAttemptFailed: [
ip: string,
port: number,
family: number,
error: Error,
]
connectionAttemptTimeout
connectionAttemptTimeout: [ip: string, port: number, family: number]
lookup
lookup: [
err: Error
| null,
address: string,
family: number | null,
host: string,
]
ready
ready: []
timeout
timeout: []
Construct a type with the properties of T except for those in type K.