UNPKG
@iotize/device-com-socket.node
Version:
dev (1.0.0-alpha.8)
latest (2.0.3)
2.0.3
2.0.2
2.0.1
2.0.0
1.0.0-alpha.8
1.0.0-alpha.7
1.0.0-alpha.5
1.0.0-alpha.1
0.0.1-alpha.13
0.0.1-alpha.12
0.0.1-alpha.10
0.0.1-alpha.9
0.0.1-alpha.8
0.0.1-alpha.7
0.0.1-alpha.6
0.0.1-alpha.5
0.0.1-alpha.4
0.0.1-alpha.3
0.0.1-alpha.2
Socket communication protocol to communicate with an iotize
developer.iotize.com
@iotize/device-com-socket.node
/
lib
/
debug.js
5 lines
•
239 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
const
debug_1 =
require
(
"@iotize/common/debug"
);
exports
.
default
= debug_1.
createDebugger
(
'@iotize/device-com-socket.node'
);
//# sourceMappingURL=debug.js.map