UNPKG

maxmind

Version:

IP lookup using Maxmind databases

9 lines 272 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = (buf) => { if (!buf || buf.length < 3) { return false; } return buf[0] === 0x1f && buf[1] === 0x8b && buf[2] === 0x08; }; //# sourceMappingURL=is-gzip.js.map