UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge

11 lines (9 loc) 176 B
"use strict"; module.exports = function (value) { try { return value.toString(); } catch (error) { try { return String(value); } catch (error2) { return null; } } };