UNPKG

wuchale

Version:

Protobuf-like i18n from normal code

4 lines 225 B
import { type Logger } from '../log.js'; export declare function setupInteractive(): void; export declare function ask(choices: string[], question: string, logger: Logger): Promise<string>; //# sourceMappingURL=input.d.ts.map