function resolve4
#resolve4(hostname: string): Promise<string[]>#resolve4(hostname: string,options: ResolveWithTtlOptions,): Promise<RecordWithTtl[]>Parameters #
#hostname: string#options: ResolveWithTtlOptionsReturn Type #
Promise<RecordWithTtl[]>#resolve4(hostname: string,options: ResolveOptions,): Promise<string[] | RecordWithTtl[]>Parameters #
#hostname: string#options: ResolveOptionsReturn Type #
Promise<string[] | RecordWithTtl[]>