function reverse
Jump to headingreverse(ip: string,callback: (err: ErrnoException | null,hostnames: string[],) => void,): voidPerforms a reverse DNS query that resolves an IPv4 or IPv6 address to an array of host names.
On error, err is an Error object, where err.code is
one of the DNS error codes.
Parameters Jump to heading
Jump to headingip: stringJump to headingcallback: (err: ErrnoException | null,hostnames: string[],) => voidReturn Type Jump to heading
void