UNPKG
echidna-coverage-parser
Version:
latest (1.0.1)
1.0.1
1.0.0
Echidna log parser package
echidna-coverage-parser
/
lib
/
esm
/
index.d.ts
3 lines
(2 loc)
•
197 B
TypeScript
View Raw
1
2
3
export
{
LineData
,
FileData
,
CoverageStats
,
FileDataWithCoverage
,
FunctionBlock
,
ProgramOptions
, }
from
"./types/types"
;
export
{ readFileAndProcess, readCoverageFileAndProcess }
from
"./parsing"
;