UNPKG

emotiv-ts

Version:

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

5 lines (4 loc) 179 B
import { CortexRequest } from "../../internal/cortex-request"; export declare class CreateSession extends CortexRequest { constructor(authToken: string, headsetId: string); }