UNPKG

293 BTypeScriptView Raw
1import type { PromptModule } from 'inquirer';
2/**
3 * Get user input by interactive prompt based on
4 * conventional-changelog-lint rules.
5 * @param prompter
6 * @return commit message
7 */
8export declare function input(prompter: PromptModule): Promise<string>;
9//# sourceMappingURL=input.d.ts.map
\No newline at end of file