UNPKG

microfox

Version:

Universal CLI tool for creating modern TypeScript packages with npm availability checking

8 lines (5 loc) 207 B
import { Command } from 'commander'; declare const statusCommand: Command; declare const logsCommand: Command; declare const metricsCommand: Command; export { logsCommand, metricsCommand, statusCommand };