UNPKG

hubot-command-mapper

Version:
3 lines (2 loc) 195 B
import { ITool, ICommand } from "../../types.mjs"; export declare function getValues(robotName: string, robotAlias: string, tool: ITool, command: ICommand, message: string): Record<string, any>;