UNPKG

@node-lightning/wire

Version:
7 lines (6 loc) 183 B
/// <reference types="node" /> /** * Converts an IPv6 address in string notation to the * byte representation. */ export declare function ipv6StringToBuffer(host: string): Buffer;