UNPKG

emotiv-ts

Version:

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

7 lines (6 loc) 202 B
import {CortexResponse} from "../../internal/cortex-response"; export class Access extends CortexResponse { constructor(public isGranted: boolean, public message: string) { super(); } }