UNPKG
js-sphero
Version:
latest (1.0.1)
1.0.1
1.0.0
Control Shero Mini.
github.com/Myple/sphero
Myple/sphero
js-sphero
/
lib
/
commands
/
encoder.d.ts
3 lines
(2 loc)
•
123 B
TypeScript
View Raw
1
2
3
import
{
ICommand
,
ICommandWithRaw
}
from
'./types'
;
export
declare
function
encode
(
command: ICommand
):
ICommandWithRaw
;