UNPKG

emotiv-ts

Version:

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

7 lines (6 loc) 121 B
export type Application = { clientId: string; clientSecret: string; license?: string; debit?: number; };