智能照明系统APP-本地串口
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
LightingSystemApp-serial/.svn/pristine/f2/f26887b7cd8958a95b4073a2389...

2 lines
1.3 KiB

"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.startChrome=startChrome,Object.defineProperty(exports,"mkdirsSync",{enumerable:!0,get:function(){return _sharedUtils.mkdirsSync}}),Object.defineProperty(exports,"colorconsole",{enumerable:!0,get:function(){return _sharedUtils.colorconsole}}),Object.defineProperty(exports,"getIPv4IPAddress",{enumerable:!0,get:function(){return _sharedUtils.getIPv4IPAddress}}),Object.defineProperty(exports,"getClientIPAddress",{enumerable:!0,get:function(){return _sharedUtils.getClientIPAddress}}),Object.defineProperty(exports,"getServerIPAndPort",{enumerable:!0,get:function(){return _sharedUtils.getServerIPAndPort}}),Object.defineProperty(exports,"outputQRCodeOnTerminal",{enumerable:!0,get:function(){return _sharedUtils.outputQRCodeOnTerminal}}),Object.defineProperty(exports,"stripPrefixForIPV4MappedIPV6Address",{enumerable:!0,get:function(){return _sharedUtils.stripPrefixForIPV4MappedIPV6Address}});var _chromeSimpleLauncher=_interopRequireDefault(require("chrome-simple-launcher")),_sharedUtils=require("@hap-toolkit/shared-utils");function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function startChrome(e,r){return _chromeSimpleLauncher.default.launch(e,{chromePath:r.chromePath})}
//# sourceMappingURL=utils.js.map