UNPKG
@ryunen344/danger-plugin-jacoco
Version:
latest (0.0.7)
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
Dnager JS plugin for jacoco
github.com/RyuNen344/danger-plugin-jacoco
RyuNen344/danger-plugin-jacoco
@ryunen344/danger-plugin-jacoco
/
dist
/
model
/
plugin
/
export-unit.d.ts
8 lines
•
253 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
declare
const
EXPORT_UNIT
: {
readonly
PACKAGE
:
"p"
;
readonly
FILE
:
"f"
;
readonly
CLASS
:
"c"
;
readonly
METHOD
:
"m"
; };
export
type
ExportUnit
=
typeof
EXPORT_UNIT
[keyof
typeof
EXPORT_UNIT
];
//# sourceMappingURL=export-unit.d.ts.map