UNPKG

@heroku-cli/command

Version:
3 lines (2 loc) 163 B
export declare const completions: Record<string, () => Promise<string[]>>; export declare function getCompletions(command: string): Promise<string[]> | undefined;