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