UNPKG

a2r

Version:
5 lines (4 loc) 163 B
import { Command } from '../model'; export declare const printCommandUsage: (commandName: string) => void; declare const command: Command; export default command;