UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge

3 lines (2 loc) 101 B
/* eslint-env browser */ module.exports = typeof self == 'object' ? self.FormData : window.FormData;