UNPKG

@nodemate/sphero

Version:

Control Sphero Robot using NodeMate

9 lines (8 loc) 303 B
import { CommandGenerator, ICommandWithRaw } from './types'; declare const _default: (generator: CommandGenerator) => { appVersion: () => ICommandWithRaw; something: () => ICommandWithRaw; something6: () => ICommandWithRaw; something7: () => ICommandWithRaw; }; export default _default;