UNPKG
comportc
Version:
latest (1.1.6)
1.1.6
1.1.5
1.0.5
1.0.4
1.0.3
1.0.2
Allow you read and write a Serial Port
comportc
/
lib
/
index.js
5 lines
(4 loc)
•
161 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
var
Serial
=
require
(
"../build/Release/Serial.node"
);
exports
.
default
=
Serial
;