UNPKG

@openhps/sphero

Version:

Open Hybrid Positioning System - Sphero component

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