zigbee-herdsman
Version:
An open source ZigBee gateway solution with node.js.
11 lines • 308 B
TypeScript
declare function isTcpPath(path: string): boolean;
declare function parseTcpPath(path: string): {
host: string;
port: number;
};
declare const _default: {
isTcpPath: typeof isTcpPath;
parseTcpPath: typeof parseTcpPath;
};
export default _default;
//# sourceMappingURL=socketPortUtils.d.ts.map