UNPKG
@dev-build-deploy/commit-it
Version:
latest (2.3.1)
2.3.1
2.3.0
2.2.0
2.1.0
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
0.1.0
0.0.1
(Conventional) Commits library
github.com/dev-build-deploy/commit-it
dev-build-deploy/commit-it
@dev-build-deploy/commit-it
/
lib
/
index.d.ts
5 lines
(4 loc)
•
215 B
TypeScript
View Raw
1
2
3
4
5
export
{
Commit
}
from
"./commit"
;
export
type
{
NameAndDateType
}
from
"./commit"
;
export
{
ConventionalCommit
}
from
"./conventionalCommit"
;
export
type
{
IConventionalCommitOptions
}
from
"./conventionalCommit"
;