UNPKG
parse-lcov
Version:
latest (1.0.4)
1.0.4
1.0.2
1.0.1
1.0.0
Parse LCOV
connorwhite.org/github/parse-lcov
bconnorwhite/parse-lcov
parse-lcov
/
build
/
index.d.ts
4 lines
(3 loc)
•
226 B
TypeScript
View Raw
1
2
3
4
import
{
LCOVRecord
,
FunctionsDetails
,
BranchesDetails
,
LinesDetails
}
from
"./record"
;
export
default
function
parseLCOV
(
string?: string
):
LCOVRecord
[];
export
{
LCOVRecord
,
FunctionsDetails
,
BranchesDetails
,
LinesDetails
};