UNPKG

@nodemate/sphero

Version:

Control Sphero Robot using NodeMate

4 lines (3 loc) 215 B
export declare const toPromise: (fn: (...args: any[]) => void, args?: any[]) => Promise<{}>; export declare const wait: (time: number) => Promise<{}>; export declare const combineFlags: (flags: number[]) => number;