UNPKG

@minilibs/ip2geo

Version:

Ip to Geo location instantly ⚡

11 lines (5 loc) 208 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var GetGeoFromIP = require('./methods/GetGeoFromIP.js'); exports.default = GetGeoFromIP; exports.getGeoFromIP = GetGeoFromIP;