UNPKG

@teambit/harmony

Version:
7 lines (6 loc) 91 B
interface Command { command(): { synopsis: string, run: () => Promise<any> } }