UNPKG

@homebridge/ciao

Version:

ciao is a RFC 6763 compliant dns-sd library, advertising on multicast dns (RFC 6762) implemented in plain Typescript/JavaScript

9 lines 368 B
/** * Test for the presence of an IPv4-mapped address embedded in an IPv6 address. * * @param address - IPv6 address * @returns true if it is an IPv4-mapped address, false otherwise. */ export declare function isIPv4Mapped(address: string): boolean; export declare function getIPFromV4Mapped(address: string): string | null; //# sourceMappingURL=v4mapped.d.ts.map