import { IpValidation } from '@ip2geo/sdk' const ipAddress = '8.8.8.8' const { ip4, ip6 } = await IpValidation(ipAddress)
ip4
boolean
ip6
:ip4
Boolean
:ip6