UNPKG
@arifwidianto/rpc-agent
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
RPC Agent for both client and server, extends more methods easily
@arifwidianto/rpc-agent
/
dist
/
interfaces
/
common.interface.js
9 lines
•
295 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
Protocol
=
void
0
;
var
Protocol
; (
function
(
Protocol
) {
Protocol
[
"TCP"
] =
"tcp"
;
Protocol
[
"UDP"
] =
"udp"
; })(
Protocol
|| (
exports
.
Protocol
=
Protocol
= {}));
//# sourceMappingURL=common.interface.js.map