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
/
src
/
interfaces
/
log.i.ts
5 lines
(4 loc)
•
123 B
text/typescript
View Raw
1
2
3
4
5
import
{
IReport
}
from
"./report.i"
;
export
interface
ILogReporter
{
report
(
reporter
:
Map
<
string
,
IReport
>):
void
}