UNPKG

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