UNPKG
jscrs
Version:
latest (0.2.6)
0.2.6
0.2.5
0.2.4
comment-rate-statistics
github.com/phillyx/jscrs/
phillyx/jscrs
jscrs
/
build
/
interfaces
/
report.i.d.ts
8 lines
(7 loc)
•
153 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
interface
IReport
{
extname
?:
string
;
filePath
?:
string
;
length
:
number
;
commentLength
:
number
;
commentRate
:
string
; }