UNPKG

js-sphero

Version:
4 lines (3 loc) 218 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;