UNPKG

@minilibs/ip2geo

Version:

Ip to Geo location instantly ⚡

12 lines (9 loc) 266 B
import { STATE } from '../data/States.js'; import GetNpmVersion from './GetNpmVersion.js'; const CheckVersion = async () => { if (!STATE.IS_CHECKED) { STATE.IS_CHECKED = true; await GetNpmVersion(); } }; export { CheckVersion as default };