UNPKG

@openhps/sphero

Version:

Open Hybrid Positioning System - Sphero component

3 lines (2 loc) 121 B
import { ICommand, ICommandWithRaw } from './types'; export declare function encode(command: ICommand): ICommandWithRaw;