Sha256: 0070d0b5eac342c134ec352d2df82c2b44a89313c911a9a2c4192846b6670f47
Contents?: true
Size: 226 Bytes
Versions: 26
Compression:
Stored size: 226 Bytes
Contents
/** * Check if `hostname` is *probably* a valid ip addr (either ipv6 or ipv4). * This *will not* work on any string. We need `hostname` to be a valid * hostname. */ export default function isIp(hostname: string): boolean;
Version data entries
26 entries across 26 versions & 1 rubygems