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
/
analysis.i.d.ts
9 lines
(8 loc)
•
242 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
IOptions
}
from
"./options.i"
;
import
{
IReport
}
from
"./report.i"
;
export
interface
IAnalysis
{
conf
:
IOptions
;
fileList
?:
string
[];
ext2FileList
:
Map
<
string
,
string
[]>;
rateReport
?:
Map
<
string
,
IReport
>; }