UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge

7 lines (6 loc) 216 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function stringCleaner(str) { return str ? str.replace(/\s+/g, '').replace(/\n+/g, '') : str; } exports.stringCleaner = stringCleaner;