UNPKG

js-sphero

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