UNPKG

@arifwidianto/rpc-agent

Version:

RPC Agent for both client and server, extends more methods easily

9 lines 295 B
"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