UNPKG
@commitlint/prompt
Version:
latest (19.8.1)
19.8.1
19.8.0
19.7.1
19.7.0
19.6.1
19.6.0
19.5.0
19.4.1
19.4.0
19.3.1
19.3.0
19.2.2
19.2.0
19.1.0
19.0.3
19.0.2
19.0.1
19.0.0
18.6.1
18.6.0
18.5.0
18.4.4
18.4.3
18.4.2
18.4.1
18.4.0
18.2.0
18.1.0
18.0.0
17.8.1
17.8.0
17.7.2
17.7.1
17.7.0
17.6.7
17.6.6
17.6.5
17.6.3
17.6.1
17.6.0
17.5.0
17.4.4
17.4.3
17.4.2
17.4.1
17.4.0
17.3.0
17.2.0
17.1.2
17.1.1
17.1.0
17.0.3
17.0.0
16.3.0
16.2.4
16.2.3
16.2.1
16.1.0
16.0.0
15.0.0
14.2.0
14.1.0
14.0.0
13.2.1
13.2.0
13.1.0
13.0.0
12.1.4
12.1.3
12.1.2
12.1.1
12.1.0
12.0.1
12.0.0
11.0.0
10.0.0
9.1.2
9.1.1
9.1.0
9.0.1
9.0.0
8.3.6
8.3.5
8.3.4
8.3.3
8.3.2
8.3.1
8.3.0
8.2.0
8.1.0
8.0.0
7.6.1
7.6.0
7.5.0
7.3.1
7.2.1
7.2.0
7.1.2
7.1.1
7.0.0
6.1.3
6.1.2
6.1.0
6.0.5
6.0.4
6.0.2
6.0.1
6.0.0
5.3.0-1
5.3.0-0
5.2.8
5.2.6
5.2.5
5.2.4
5.2.0
5.1.2
5.1.1
5.0.1
5.0.0
4.3.0
4.2.2
4.2.1
4.2.0
4.1.1
4.1.0
4.0.0
3.2.0
3.1.3
3.1.2
3.1.1
3.1.0
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
commitizen prompt using commitlint.config.js
commitlint.js.org
conventional-changelog/commitlint
@commitlint/prompt
/
lib
/
input.d.ts
9 lines
•
293 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
type
{
PromptModule
}
from
"inquirer"
;
/** * Get user input by interactive prompt based on * conventional-changelog-lint rules. *
@param
prompter
*
@return
commit message */
export
declare
function
input
(
prompter
:
PromptModule
):
Promise
<
string
>;
//# sourceMappingURL=input.d.ts.map