UNPKG

@triviality/commander

Version:
5 lines (4 loc) 145 B
import { Command } from 'commander'; export interface CommanderConfigurationInterface { configure(program: Command): void | Promise<void>; }