UNPKG
@nodemate/sphero
Version:
latest (1.0.0)
1.0.0
Control Sphero Robot using NodeMate
github.com/NodeMate/sphero
NodeMate/sphero
@nodemate/sphero
/
lib
/
commands
/
encoder.d.ts
3 lines
(2 loc)
•
121 B
TypeScript
View Raw
1
2
3
import
{
ICommand
,
ICommandWithRaw
}
from
'./types'
;
export
declare
function
encode
(
command: ICommand
):
ICommandWithRaw
;