(function (exports) { 'use strict'; exports.DNS_TYPE_A = function (rdata) { var ui8 = new Uint8Array(rdata); }; }('undefined' !== typeof window ? window : exports));