UNPKG

hubot-command-mapper

Version:
4 lines (3 loc) 207 B
import { InternalRobot } from "../internals.mjs"; export declare function hasSwitch(robot: InternalRobot, name: string): boolean; export declare function setSwitch(robot: InternalRobot, name: string): void;