UNPKG

@node-dlc/wire

Version:
8 lines (7 loc) 281 B
import { BufferReader } from '@node-dlc/bufio'; import { AddressIPv6 } from '../../domain/AddressIPv6'; /** * Deserializes an IPv6 address from a reader and * returns an instance of an IPv6 Address. */ export declare function deserializeIPv6(reader: BufferReader): AddressIPv6;