UNPKG

ip-address

Version:

A library for parsing IPv4 and IPv6 IP addresses in node and the browser.

8 lines (5 loc) 192 B
export { Address4 } from './ipv4'; export { Address6 } from './ipv6'; export { AddressError } from './address-error'; import * as helpers from './v6/helpers'; export const v6 = { helpers };