dns-suite.js/dns.type.soa.js

12 lines
177 B
JavaScript

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