UNPKG

emotiv-ts

Version:

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

7 lines (6 loc) 242 B
import { CortexResponse } from "../../internal/cortex-response"; export declare class Authorisation extends CortexResponse { token: string; warning?: string | undefined; constructor(token: string, warning?: string | undefined); }