UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge

9 lines (7 loc) 182 B
"use strict"; module.exports = function (t, a) { a(typeof t.width, "number", "Width"); a(typeof t.height, "number", "Height"); a(t.width >= 0, true); a(t.height >= 0, true); };