UNPKG

geo-inspector

Version:

Universal IP intelligence tracker. Works on Node.js and Browsers.

15 lines (14 loc) 273 B
const { getFullDetails, getBasicInfo, getTimezone, getConnectionDetails, getCountryDetails } = require("./src/core/Inspector"); module.exports = { getFullDetails, getBasicInfo, getTimezone, getConnectionDetails, getCountryDetails };