UNPKG

node-hue-api

Version:
5 lines (4 loc) 272 B
export declare function getHttpsUrl(hostname: string, port: number): URL; export declare function getHttpUrl(hostname: string, port: number): URL; export declare function isIpv6Host(value: string): boolean; export declare function cleanHostname(hostname: string): string;