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
/
something-api.d.ts
6 lines
(5 loc)
•
187 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
CommandGenerator
,
ICommandWithRaw
}
from
'./types'
;
declare
const
_default
:
(
generator
:
CommandGenerator
) =>
{
something5
:
() =>
ICommandWithRaw
; };
export
default
_default;