(function (exports) {
'use strict';
exports.DNS_CLASSES = {
IN: 0x01 // 1
, ANY: 0xff // 255
};
}('undefined' !== typeof window ? window : exports));