UNPKG

@teambit/harmony

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