zigbee-herdsman
Version:
An open source ZigBee gateway solution with node.js.
11 lines • 322 B
TypeScript
export declare function isTcpPath(path: string): boolean;
export 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