UNPKG

@maxmind/geoip2-node

Version:

Node.js API for GeoIP2 webservice client and database reader

13 lines (12 loc) 396 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const City_1 = __importDefault(require("./City")); class Insights extends City_1.default { constructor(response) { super(response); } } exports.default = Insights;