⚠️ Internal: This API is not publically exported by the
package.
Type alias LookupFunction
LookupFunction: ((hostname, options, callback) => void)
Type declaration
- (hostname, options, callback): void
Parameters
hostname: string
callback: ((err, address, family?) => void)
- (err, address, family?): void
Returns void
Returns void