UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge

13 lines (11 loc) 218 B
'use strict'; var dasherize = require('../'); var obj = { feeFieFoe: 'fum', beepBoop: [ { 'abcXyz': 'mno' }, { 'fooBar': 'baz' } ] }; var res = dasherize(obj); console.log(JSON.stringify(res, null, 2));