UNPKG
@log-rush/log-formatter
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.0
Parse/Format/Style colored logs
@log-rush/log-formatter
/
dist
/
esm
/
builder
/
html.d.ts
7 lines
(6 loc)
•
237 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
ReadOnlySGRAstNode
}
from
'../parsing/ast'
;
import
{
SGROutputBuilder
}
from
'./interface'
;
export
declare
class
HTMLNodeBuilder
implements
SGROutputBuilder
{
private
getColor;
build
(
root
:
ReadOnlySGRAstNode
):
string
; }