UNPKG

hubot-command-mapper

Version:
5 lines (4 loc) 256 B
import { Robot } from "hubot"; import { IOptions } from "../entities/options.mjs"; import { IParameter, ICallback } from "../types.mjs"; export declare function map_command(robot: Robot, command: string, args: (IParameter | ICallback | IOptions)[]): void;