UNPKG

ip-address

Version:

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

5 lines (4 loc) 136 B
export declare class AddressError extends Error { parseMessage?: string; constructor(message: string, parseMessage?: string); }