UNPKG

homebridge-lib

Version:
12 lines (10 loc) 359 B
// homebridge-lib/lib/chalk.js // // Library for Homebridge plugins. // Copyright © 2020-2025 Erik Baauw. All rights reserved. /** Return the [`chalk`](https://github.com/chalk/chalk) module, * so plugins don't have to list this as a separate dependency. * @name chalk * @memberof module:homebridge-lib */ export { chalk } from 'hb-lib-tools/chalk'