UNPKG

js-sphero

Version:
11 lines (10 loc) 385 B
import { CommandGenerator, ICommandWithRaw } from './types'; declare const _default: (generator: CommandGenerator) => { batteryVoltage: () => ICommandWithRaw; sleep: () => ICommandWithRaw; something2: () => ICommandWithRaw; something3: () => ICommandWithRaw; something4: () => ICommandWithRaw; wake: () => ICommandWithRaw; }; export default _default;