UNPKG
@stacksjs/gitlint
Version:
latest (0.1.5)
0.1.5
0.1.4
0.1.3
Efficient Git Commit Message Linting and Formatting
github.com/stacksjs/gitlint
stacksjs/gitlint
@stacksjs/gitlint
/
dist
/
hooks.d.ts
3 lines
•
167 B
TypeScript
View Raw
1
2
3
declare
function
findGitRoot
(
):
string
|
null
;
export
declare
function
installGitHooks
(
force
?:
boolean
):
boolean
;
export
declare
function
uninstallGitHooks
(
):
boolean
;