UNPKG
changelog-guru
Version:
latest (5.0.2)
5.0.2
5.0.0
4.0.9
4.0.8
4.0.6
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.0.2
3.0.1
3.0.0
2.3.1
2.3.0
2.0.16
2.0.14
2.0.13
2.0.12
2.0.11
2.0.10
2.0.9
2.0.8
2.0.7
2.0.5
2.0.3
2.0.1
1.0.0
0.10.0
0.9.2
0.9.1
0.9.0
Git changelog generator
github.com/keindev/changelog-guru
keindev/changelog-guru
changelog-guru
/
lib
/
core
/
Linter.d.ts
8 lines
(7 loc)
•
198 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
Config
}
from
'./Config.js'
;
export
declare
class
Linter
{ #
private
;
constructor
(
config
:
Config
,
length
?:
number
);
lint
(
text
:
string
):
Promise
<
void
>;
private
lintMessage; }