UNPKG

js-sphero

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