UNPKG
enip-ts
Version:
latest (2.0.0)
2.0.0
1.2.2
1.2.1
1.2.0
1.1.0
1.0.7
1.0.6
Typescript implementation of the Ethernet/IP™ protocol.
github.com/kworz/ts-enip
kworz/ts-enip
enip-ts
/
dist
/
index.js
6 lines
•
295 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
ENIPClient
=
void
0
;
const
enip_1 =
require
(
"./enip"
);
Object
.
defineProperty
(
exports
,
"ENIPClient"
, {
enumerable
:
true
,
get
:
function
(
) {
return
enip_1.
SocketController
; } });
//# sourceMappingURL=index.js.map