UNPKG
ddc-commit-hooks
Version:
latest (1.2.9)
1.2.9
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.0.0
Configurable commit hook setup
github.com/lukebrobbs/commit-hooks
lukebrobbs/commit-hooks
ddc-commit-hooks
/
dist
/
commit-msg.d.ts
7 lines
(6 loc)
•
184 B
TypeScript
View Raw
1
2
3
4
5
6
7
#!/usr/bin/env node
import
*
as
Config
from
"./configDefaults"
; declare
const
_default
: {
getCommitMessage
:
(
config: Config.config, cb?: () =>
void
) =>
void
; };
export
= _default;