UNPKG
ton-assembly
Version:
0-1-1 (0.1.1)
0-1-2 (0.1.2)
latest (0.6.1)
0.6.1
0.6.0
0.5.0
0.4.0
0.3.2
0.3.1
0.3.0
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
TON assembler and disassembler
ton-assembly
/
dist
/
coverage
/
text.d.ts
3 lines
•
190 B
TypeScript
View Raw
1
2
3
import
type
{
CoverageSummary
,
Line
}
from
"./data"
;
export
declare
const
generateTextReport
:
(
lines
:
readonly
Line
[],
summary
:
CoverageSummary
) =>
string
;
//# sourceMappingURL=text.d.ts.map