ft_transcendence/pong/node_modules/@nestjs/cli/lib/questions/questions.d.ts
2023-05-02 19:15:50 +02:00

3 lines
207 B
TypeScript

export declare const generateInput: (name: string, message: string) => (defaultAnswer: string) => any;
export declare const generateSelect: (name: string) => (message: string) => (choices: string[]) => any;