19 lines
188 B
JavaScript
19 lines
188 B
JavaScript
(function (exports) {
|
|
'use strict';
|
|
|
|
|
|
|
|
exports.DNS_TYPE_SOA = function (ab, packet, record) {
|
|
|
|
var s = {
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
};
|
|
|
|
}('undefined' !== typeof window ? window : exports));
|