UNPKG

node-noise

Version:
10 lines 385 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Action = void 0; var Action; (function (Action) { Action[Action["READ_MESSAGE"] = 0] = "READ_MESSAGE"; Action[Action["WRITE_MESSAGE"] = 1] = "WRITE_MESSAGE"; Action[Action["SPLIT"] = 2] = "SPLIT"; })(Action = exports.Action || (exports.Action = {})); //# sourceMappingURL=handshake.js.map