UNPKG

385 BTypeScriptView Raw
1import inquirer from 'inquirer';
2declare type Commit = (input: string) => void;
3/**
4 * Entry point for commitizen
5 * @param cz inquirer instance passed by commitizen, unused
6 * @param commit callback to execute with complete commit message
7 * @return {void}
8 */
9export declare function prompter(cz: typeof inquirer, commit: Commit): void;
10export {};
11//# sourceMappingURL=index.d.ts.map
\No newline at end of file