UNPKG

rpc-websocketserver

Version:

Simple rpc websocket server, wrapping the very popular 'ws' library. Register your RPCs with convenient decorators.

6 lines 201 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NOOP = void 0; /* istanbul ignore next */ exports.NOOP = function () { }; //# sourceMappingURL=constants.js.map