homebridge-lib
Version:
Library for homebridge plugins
13 lines (11 loc) • 347 B
JavaScript
// homebridge-lib/lib/CommandLineTool.js
//
// Library for Homebridge plugins.
// Copyright © 2020-2025 Erik Baauw. All rights reserved.
/** Command-line tool.
* <br>See {@link CommandLineTool}.
* @name CommandLineTool
* @type {Class}
* @memberof module:homebridge-lib
*/
export { CommandLineTool } from 'hb-lib-tools/CommandLineTool'