UNPKG

@log-rush/log-formatter

Version:

Parse/Format/Style colored logs

5 lines (4 loc) 143 B
import { ReadOnlySGRAstNode } from '../parsing/ast'; export interface SGROutputBuilder<T = string> { build(root: ReadOnlySGRAstNode): T; }