UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge

10 lines (6 loc) 165 B
"use strict"; /* * get actual length of ANSI-formatted string */ var strip = require("./strip"); module.exports = function (str) { return strip(str).length; };