UNPKG

typings

Version:

The TypeScript Definition Manager

8 lines (7 loc) 172 B
export interface Aliases { [cmd: string]: { exec(args: string[], options: Object): any; help(): string; }; } export declare const aliases: Aliases;