UNPKG

ogame-bot-api

Version:
3 lines (2 loc) 141 B
export declare const input: (question: string) => Promise<string>; export declare const multiSelect: (choices: string[]) => Promise<number>;