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
/
transform.d.ts
4 lines
(3 loc)
•
183 B
TypeScript
View Raw
1
2
3
4
import
{
LineType
}
from
"./line"
;
import
{
LCOVRecord
}
from
"./record"
;
export
declare
function
transform
(
record
:
LCOVRecord
,
lineType
:
LineType
|
undefined
,
data
:
string
[]
):
void
;