UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge

9 lines (7 loc) 214 B
"use strict"; module.exports = function (t, a) { a(t.length, 256, "Length"); t.forEach(function (data, index) { a((data >= 30 && data <= 37) || (data >= 90 && data <= 97), true, "In range #" + index); }); };