UNPKG

emotiv-ts

Version:

A Typescript library that wraps the Cortex API functionalities to communicate with Emotiv headsets

8 lines (7 loc) 214 B
export var Emotiv; (function (Emotiv) { Emotiv["JSON_RPC_VERSION"] = "2.0"; // Session Statuses Emotiv["SESSION_ACTIVE"] = "active"; Emotiv["SESSION_CLOSED"] = "close"; })(Emotiv || (Emotiv = {}));