UNPKG

@nebulaglitch/shopbot

Version:
7 lines (6 loc) 166 B
import { default as Command } from '../command'; declare class Input extends Command { constructor(text: string); toString(): string; } export default Input;