UNPKG

emotiv-ts

Version:

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

10 lines (9 loc) 167 B
export interface Format { name: string; version: string | null; } export declare const RecordFormat: { EDF: Format; CSV: Format; CSV_2: Format; };