Last updated 5 years ago
Was this helpful?
Returns the DNS record data for the given domain.
domain The domain for which the DNS record data is needed. [string]
domain
[string]
The data of the DNS records [Promise<Array<>>]
[Promise<Array<
>>]
cddnss.getRecordDataForDomain('example.com') .then((recordData: Array<RecordData>) => { console.log(recordData); });
RecordData