UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge

8 lines (6 loc) 272 B
'use strict' module.exports.beforeHandlerWarning = function beforeHandlerWarning () { if (beforeHandlerWarning.called) return beforeHandlerWarning.called = true process.emitWarning('The route option `beforeHandler` has been deprecated, use `preHandler` instead') }