UNPKG

emotiv-ts

Version:

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

9 lines (8 loc) 302 B
import type { w3cwebsocket } from 'websocket'; export declare class BCIService { socket: w3cwebsocket; constructor(socket: w3cwebsocket); activateActions(profile: string, actions: string[]): void; getActiveActions(profile: string): void; private mentalCommandActiveActionRequest; }