(function (exports) {
'use strict';
// Meaning:Use: Requests ANY resource record (typicall wants SOA,
// MX, NS, and MX)
exports.DNS_TYPE_ANY = function (rdata) {
};
}('undefined' !== typeof window ? window : exports));