UNPKG

myo-ts

Version:

Typescript and Javascript bindings for Myo, refactored to provide a clean interface

8 lines (7 loc) 224 B
import { MyoManager } from "./MyoManager"; export declare const myoManager: MyoManager; export default myoManager; export * from "./MyoManager"; export * from "./Myo"; export * from "./types"; export * from "./util";