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
/
interface.d.ts
5 lines
(4 loc)
•
143 B
TypeScript
View Raw
1
2
3
4
5
import
{
ReadOnlySGRAstNode
}
from
'../parsing/ast'
;
export
interface
SGROutputBuilder
<T =
string
> {
build
(
root
:
ReadOnlySGRAstNode
): T; }