UNPKG

homebridge-lib

Version:
13 lines (11 loc) 387 B
// homebridge-lib/lib/CommandLineParser.js // // Library for Homebridge plugins. // Copyright © 2020-2025 Erik Baauw. All rights reserved. /** Parser and validator for command-line arguments. * <br>See {@link CommandLineParser}. * @name CommandLineParser * @type {Class} * @memberof module:homebridge-lib */ export { CommandLineParser } from 'hb-lib-tools/CommandLineParser'